Branch: Tag:

2000-08-31

2000-08-31 12:23:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor change in the behaiviour of define_function() with regards to opt_flags.

Rev: src/program.c:1.269

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.268 2000/08/30 21:58:17 grubba Exp $"); + RCSID("$Id: program.c,v 1.269 2000/08/31 12:23:34 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
2642:       funp->identifier_flags=function_flags;    -  funp->opt_flags = opt_flags; +  funp->opt_flags &= opt_flags;       free_string(funp->type);    copy_shared_string(funp->type, type);