Slightly tweak the format of the size prototypes.

This commit is contained in:
Ian Romanick
2004-12-01 09:06:34 +00:00
parent 548435215d
commit b53df18624

View File

@@ -934,7 +934,7 @@ class PrintGlxSizeStubs_h(GlxProto):
def printFunction(self, f):
if self.glx_enum_functions.has_key(f.name):
ef = self.glx_enum_functions[f.name]
print 'extern INTERNAL GLint __gl%s_size(GLenum) PURE FASTCALL;' % (f.name)
print 'extern INTERNAL PURE FASTCALL GLint __gl%s_size(GLenum);' % (f.name)
def show_usage():