Branch: Tag:

1999-06-19

1999-06-19 20:20:47 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

tNone added

Rev: src/modules/Gdbm/gdbmmod.c:1.8
Rev: src/modules/Gmp/mpz_glue.c:1.42
Rev: src/operators.c:1.55
Rev: src/security.c:1.15
Rev: src/signal_handler.c:1.140
Rev: src/svalue.h:1.32

5:   \*/      /* -  * $Id: svalue.h,v 1.31 1999/06/09 20:51:44 mirar Exp $ +  * $Id: svalue.h,v 1.32 1999/06/19 20:18:10 hubbe Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
113:   #define tMultiset tSet(tMix)   #define tObj "\003\000\000\000\000\000"   #define tFuncV(ARGS,REST,RET) "\004" ARGS "\021" REST RET - #define tFunc(ARGS,RET) tFuncV(ARGS,tVoid,RET) - #define tFunction tFuncV(,tMix,tMix) + #define tFunc(ARGS,RET) tFuncV(ARGS "", tVoid, RET) + #define tFunction tFuncV("" ,tMix,tMix) + #define tNone ""   #define tPrg "\005"   #define tProgram "\005"   #define tStr "\006"