From: Peep P. <so...@us...> - 2004-07-21 11:58:14
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8776 Modified Files: lpc.h Log Message: Moved T_ANY here since compile.c needs to use it in check_operand. Index: lpc.h =================================================================== RCS file: /cvsroot/agd/server/src/lpc.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- lpc.h 14 Jun 2004 20:57:52 -0000 1.11 +++ lpc.h 21 Jul 2004 11:57:57 -0000 1.12 @@ -13,6 +13,8 @@ #define T_OBJECT 0x04 #define T_MIXED 0x05 +#define T_ANY 0x06 + /* Used by interpret.c. I'd rather not have it here, but as it also needs an union member, it would be too cluttered otherwise. */ |