pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-16
1999-09-16 03:54:23 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9473793506abb1e17cca5d2b6c9915950f75d19e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more debug
Rev: src/program.c:1.145
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
144
1999/09/16 03:
53
:
33
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
145
1999/09/16 03:
54
:
23
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1078:
SIZE_T low_add_storage(SIZE_T size, SIZE_T alignment, int modulo_orig) { long offset;
+
int modulo;
#ifdef PIKE_DEBUG if(alignment <=0 || (alignment & (alignment-1)) || alignment > 256) fatal("Alignment must be 1,2,4,8,16,32,64,128 or 256 not %d\n",alignment);