projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19d7c3
)
minor tweaks
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:17:00 +0000
(
03:17
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:17:00 +0000
(
03:17
+0000)
src/mesa/glapi/glapitemp.py
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapitemp.py
b/src/mesa/glapi/glapitemp.py
index 58b622a11ab2c0389766390c6c94786f43c974cd..422a86a7984bc16ba5e8ff72244c6f7304d29776 100644
(file)
--- a/
src/mesa/glapi/glapitemp.py
+++ b/
src/mesa/glapi/glapitemp.py
@@
-1,6
+1,6
@@
#!/usr/bin/env python
-# $Id: glapitemp.py,v 1.
1 2001/11/18 22:42:57
brianp Exp $
+# $Id: glapitemp.py,v 1.
2 2001/12/14 03:17:00
brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@
-87,7
+87,9
@@
def PrintHead():
#error RETURN_DISPATCH must be defined
#endif
+extern void gl__unused413(void); /* silence warning */
"""
+
#enddef
@@
-140,8
+142,8
@@
def MakePrintfString(funcName, argTypeList, argNameList):
i = i + 1
#endfor
- result = result + ');"'
-
+ result = result + ');
\\n
"'
+
n = len(argNameList)
i = 1
if n > 0: