2001-07-02
2001-07-02 20:01:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
2653e8ae4161aaf08cdb48a0210887d689bb4e7f
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Minor fix.
Rev: src/program.c:1.345
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: program.c,v 1.344 2001/07/02 19:58:00 grubba Exp $");
+ RCSID("$Id: program.c,v 1.345 2001/07/02 20:01:11 grubba Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
1793: Inside #if defined(PIKE_DEBUG)
storage_offset +
ID_FROM_INT(p, variable_positions[offset+q])->func.offset +
sizeof_variable(ID_FROM_INT(p, variable_positions[offset+q]
- )->run_time_type),
+ )->run_time_type)-1,
offset, offset+size-1);
} else {
fatal("Variable '%s' and anonymous variable (%d) overlap\n"
1807: Inside #if defined(PIKE_DEBUG)
storage_offset +
ID_FROM_INT(p, variable_positions[offset+q])->func.offset +
sizeof_variable(ID_FROM_INT(p, variable_positions[offset+q]
- )->run_time_type),
+ )->run_time_type)-1,
offset, offset+size-1);
}
}