Branch: Tag:

2000-04-06

2000-04-06 09:05:54 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

bugfix

Rev: src/program.c:1.220

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.219 2000/03/30 08:43:07 hubbe Exp $"); + RCSID("$Id: program.c,v 1.220 2000/04/06 09:05:54 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
2333:    }    }    +  if(function_flags & IDENTIFIER_C_FUNCTION) +  new_program->flags |= PROGRAM_HAS_C_METHODS; +     i=isidentifier(name);       if(i >= 0)
2462:    copy_shared_string(fun.type, type);       fun.identifier_flags=function_flags; -  if(function_flags & IDENTIFIER_C_FUNCTION) -  new_program->flags |= PROGRAM_HAS_C_METHODS; -  +     fun.run_time_type=T_FUNCTION;       if(func)