Branch: Tag:

1999-02-10

1999-02-10 01:29:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

UNDEFINED + ({}) and `+= implemented

Rev: src/docode.c:1.44
Rev: src/lex.c:1.62
Rev: src/modules/Gmp/mpz_glue.c:1.38
Rev: src/operators.c:1.46
Rev: src/program.c:1.109
Rev: src/program.h:1.50
Rev: src/security.c:1.10
Rev: src/testsuite.in:1.146

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.108 1999/02/01 02:41:43 hubbe Exp $"); + RCSID("$Id: program.c,v 1.109 1999/02/10 01:29:08 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
90:    "``*",    "``/",    "``%", +  "`+=",   };      struct program *first_program = 0;