projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e92e8
)
move #include glheader.h before extern C namespace
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 17 Mar 2003 15:13:43 +0000
(15:13 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 17 Mar 2003 15:13:43 +0000
(15:13 +0000)
src/mesa/main/imports.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index 8de543b13078ed3448efc29668d34a10de7979e2..5207b0124f45f2393a408190e647ac66b27f6e58 100644
(file)
--- a/
src/mesa/main/imports.h
+++ b/
src/mesa/main/imports.h
@@
-1,4
+1,4
@@
-/* $Id: imports.h,v 1.1
8 2003/03/07 14:54:22
brianp Exp $ */
+/* $Id: imports.h,v 1.1
9 2003/03/17 15:13:43
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-35,16
+35,16
@@
#define IMPORTS_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
/* XXX some of the stuff in glheader.h should be moved into this file.
*/
#include "glheader.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
/**********************************************************************
* General macros
*/