Branch: Tag:

1998-07-19

1998-07-19 22:51:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved an error message.

Rev: src/program.c:1.99

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.98 1998/07/17 22:37:10 hubbe Exp $"); + RCSID("$Id: program.c,v 1.99 1998/07/19 22:51:26 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1406: Inside #if defined(DEBUG)
   fatal("Attempting to add variable to fixed program\n");       if(compiler_pass==2) -  fatal("Internal error: Not allowed to add more identifiers during second compiler pass.\n"); +  fatal("Internal error: Not allowed to add more identifiers during second compiler pass.\n" +  "Added identifier: \"%s\"\n", name->str);   #endif       copy_shared_string(dummy.name, name);