summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-02-05 19:17:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-02-05 19:17:31 +0000
commit228748bc494b391d2444f96789591803e72779e6 (patch)
tree1095d2242d5422d8785ee47c32019b519bb11e42 /src/mesa/math
parentd8bc5a9eba720ffb6a503d32715f895dbdad7197 (diff)
added mesa_profile extern decl
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_debug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h
index de94b21f2df..b098aa0abcf 100644
--- a/src/mesa/math/m_debug.h
+++ b/src/mesa/math/m_debug.h
@@ -1,10 +1,10 @@
-/* $Id: m_debug.h,v 1.1 2001/02/03 08:41:04 gareth Exp $ */
+/* $Id: m_debug.h,v 1.2 2001/02/05 19:17:31 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.5
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -34,4 +34,6 @@ extern void _math_test_all_transform_functions( char *description );
extern void _math_test_all_normal_transform_functions( char *description );
extern void _math_test_all_vertex_functions( char *description );
+extern char *mesa_profile;
+
#endif