Fix compile error: change #ifdef 0 to #if 0

This commit is contained in:
Andrew Bettison 2012-05-17 17:01:02 +09:30
parent 5e11067c72
commit 9b18a2fee4

2
main.c
View File

@ -64,7 +64,7 @@ int create_serval_instance_dir() {
return mkdirs(serval_instancepath(), 0700);
}
#ifdef 0
#if 0
#include <execinfo.h>
#define MAX_DEPTH 64
int printBackTrace()