pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-04-02
2012-04-02 20:42:18 by Arne Goedeke <el@laramies.com>
c84df35a49f6606567082bd927aa3ea745fcffc7 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
arne/block_alloc
add GJAlloc as a bundle
61:
#include <crypt.h> #endif
+
+
#include <stdio.h>
+
+
__attribute__((constructor)) static void wefuwefiuhiwe() {
+
#ifdef PIKE_NEW_BLOCK_ALLOC
+
fprintf(stderr, "PIKE_NEW_BLOCK_ALLOC\n");
+
#else
+
fprintf(stderr, "NO PIKE_NEW_BLOCK_ALLOC\n");
+
#endif
+
}
+
/* #define DIFF_DEBUG */ /* #define ENABLE_DYN_DIFF */