Branch: Tag:

1999-09-06

1999-09-06 12:03:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added FIXME.

Rev: src/program.c:1.135

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.134 1999/09/06 11:13:19 hubbe Exp $"); + RCSID("$Id: program.c,v 1.135 1999/09/06 12:03:57 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
1238:    if(!parent && !parent_offset)    {    yyerror("Parent pointer lost, cannot inherit!"); -  /* We inherit it anyways, to avoid causing more errors */ +  /* We inherit it anyway, to avoid causing more errors */ +  /* FIXME: Should parent_offset be decreased below in this case too? +  * /grubba 1999-09-06. +  */    }    }