diff options
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/istore.c b/test/istore.c index 20b1179..cf331ef 100644 --- a/test/istore.c +++ b/test/istore.c @@ -30,6 +30,9 @@ #define TEST_MEDIUM 0x0002 #define TEST_LARGE 0x0004 +#ifndef HAVE_FUNCTION +#define __FUNCTION__ "" +#endif #define AT() printf (" at %s:%d in %s()...\n", \ __FILE__, __LINE__, __FUNCTION__); |