Branch: Tag:

1998-01-22

1998-01-22 00:51:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed warning.

Rev: src/program.c:1.53
Rev: src/program.h:1.26

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.52 1998/01/20 02:30:38 hubbe Exp $"); + RCSID("$Id: program.c,v 1.53 1998/01/22 00:51:04 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
95:      int compiler_pass;   int compilation_depth; - int local_class_counter; + long local_class_counter;   struct compiler_frame *compiler_frame=0;   static INT32 last_line = 0;   static INT32 last_pc = 0;