]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / functions.enum.t
1 # $Id$
2 :enum
3 :{
4 :       FUNC_NONE,
5 wl('    FUNC_%s,', func.name.upper())
6 :       N_FUNCS,
7 :       FUNC_GLDERROR = 0x8000,
8 :       FUNC_GLDBREAK,
9 :       FUNC_GLDHOLD
10 :};