mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
oops. the enums were actually creating symbols
svn:r212
This commit is contained in:
parent
71108cd98b
commit
ebf5333f97
@ -63,7 +63,7 @@ class Struct:
|
||||
print >>file, ' %s=%d,' % (self.EntryTagName(entry),
|
||||
entry.Tag())
|
||||
print >>file, ' %s_MAX_TAGS' % (self._name.upper())
|
||||
print >>file, '} %s_tags;\n' % (self._name.lower())
|
||||
print >>file, '};\n'
|
||||
|
||||
def PrintForwardDeclaration(self, file):
|
||||
print >>file, 'struct %s;' % self._name
|
||||
|
Loading…
x
Reference in New Issue
Block a user