1998-07-19
1998-07-19 22:51:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
05bfe2ac6a0106a3c434ad33de9b30c24e168191
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
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);