Branch: Tag:

2000-01-02

2000-01-02 23:29:19 by Martin Stjernholm <mast@lysator.liu.se>

The least specified function is not function(mixed...:void|mixed) but
function(zero...:void|mixed).

Rev: src/svalue.h:1.46

5:   \*/      /* -  * $Id: svalue.h,v 1.45 1999/12/19 16:04:18 grubba Exp $ +  * $Id: svalue.h,v 1.46 2000/01/02 23:29:19 mast Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
129:    */   #define MagictFuncV(RET,REST,ARGS) "\004" ARGS "\021" REST RET   #define MagictFunc(RET,ARGS) tFuncV(ARGS "", tVoid, RET) - #define tFunction tFuncV("" ,tOr(tMix,tVoid),tOr(tMix,tVoid)) + #define tFunction tFuncV("" ,tOr(tZero,tVoid),tOr(tMix,tVoid))   #define tNone ""   #define tPrg "\005"   #define tProgram "\005"