Correctly set the name of the generating script.

This commit is contained in:
Ian Romanick 2005-01-24 22:07:00 +00:00
parent 00772ac42f
commit cb59bd44db

View file

@ -41,6 +41,7 @@ class PrintGlxSizeStubs_c(glX_XML.GlxProto):
self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM") self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM")
self.aliases = [] self.aliases = []
self.glx_enum_sigs = {} self.glx_enum_sigs = {}
self.name = "glX_proto_size.py (from Mesa)"
def printRealHeader(self): def printRealHeader(self):
print '' print ''
@ -95,6 +96,7 @@ class PrintGlxSizeStubs_h(glX_XML.GlxProto):
self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM") self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM")
self.aliases = [] self.aliases = []
self.glx_enum_sigs = {} self.glx_enum_sigs = {}
self.name = "glX_proto_size.py (from Mesa)"
def printRealHeader(self): def printRealHeader(self):
print """ print """