X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Ffunctions.enum.t;h=c1c0db7a927e9779ec7a30b4b245e8f096a6fd63;hp=ad1bc2de7c525c6a618f9d1c0696f7b1b0574713;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hpb=7642653a18f7464dd093a93a1247b8f18e53cd1a diff --git a/source/functions.enum.t b/source/functions.enum.t index ad1bc2d..c1c0db7 100644 --- a/source/functions.enum.t +++ b/source/functions.enum.t @@ -1,7 +1,10 @@ # $Id$ -:enum Function +:enum :{ : FUNC_NONE, wl(' FUNC_%s,', func.name.upper()) -: FUNC_GLDERROR = 0x8000 +: N_FUNCS, +: FUNC_GLDERROR = 0x8000, +: FUNC_GLDBREAK, +: FUNC_GLDHOLD :};