]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
ad1bc2de7c525c6a618f9d1c0696f7b1b0574713
[gldbg.git] / source / functions.enum.t
1 # $Id$
2 :enum Function
3 :{
4 :       FUNC_NONE,
5 wl('    FUNC_%s,', func.name.upper())
6 :       FUNC_GLDERROR = 0x8000
7 :};