Branch: Tag:

1999-08-03

1999-08-03 00:45:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

new opcode F_UNDEFINED

Rev: src/docode.c:1.49
Rev: src/interpreter.h:1.8
Rev: src/language.yacc:1.120
Rev: src/lex.c:1.65

47:   %token F_CLEAR_STRING_SUBTYPE   %token F_CONSTANT F_FLOAT F_STRING F_ARROW_STRING   %token F_NUMBER F_NEG_NUMBER F_CONST_1 F_CONST0 F_CONST1 F_BIGNUM + %token F_UNDEFINED   /*    * These are the predefined functions that can be accessed from Pike.    */
181:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.119 1999/07/19 00:32:41 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.120 1999/08/03 00:45:12 hubbe Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif