]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Consolidate genwrap.py and genenum.py into generate.py
[gldbg.git] / source / functions.enum.t
index 92fef70f53854b28e8f3c7ccc4ed3e8f574a011c..ad1bc2de7c525c6a618f9d1c0696f7b1b0574713 100644 (file)
@@ -1,9 +1,7 @@
 # $Id$
-^typemap gl.tm
-^iomap gl.io
-^spec gl gl.spec
 :enum Function
 :{
 :      FUNC_NONE,
 wl('   FUNC_%s,', func.name.upper())
+:      FUNC_GLDERROR = 0x8000
 :};