From 449e47f06a46c42fb9895d13f37b599600225e56 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 17 Feb 2003 16:35:56 +0000 Subject: Replace some #defines with enums. (Klaus Niederkrueger) --- src/mesa/tnl/t_array_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/tnl/t_array_api.c') diff --git a/src/mesa/tnl/t_array_api.c b/src/mesa/tnl/t_array_api.c index 14ee943c69..ac46e615bc 100644 --- a/src/mesa/tnl/t_array_api.c +++ b/src/mesa/tnl/t_array_api.c @@ -1,4 +1,4 @@ -/* $Id: t_array_api.c,v 1.29 2002/12/19 18:36:01 keithw Exp $ */ +/* $Id: t_array_api.c,v 1.30 2003/02/17 16:36:07 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,7 +25,7 @@ */ /** - * \file vpexec.c + * \file t_array_api.c * \brief Vertex array API functions (glDrawArrays, etc) * \author Keith Whitwell */ -- cgit v1.2.3