fixed DEBUG build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14025 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4ff43104e9
commit
2fcd430e35
@ -200,8 +200,8 @@ c_stack_action (void (*action) (int, siginfo_t *, void *))
|
|||||||
return sigaction (SIGSEGV, &act, 0);
|
return sigaction (SIGSEGV, &act, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#if 0
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@ -225,8 +225,8 @@ main (int argc, char **argv)
|
|||||||
return recurse ("\1");
|
return recurse ("\1");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* DEBUG */
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Local Variables:
|
Local Variables:
|
||||||
compile-command: "gcc -D_GNU_SOURCE -DDEBUG \
|
compile-command: "gcc -D_GNU_SOURCE -DDEBUG \
|
||||||
|
Loading…
Reference in New Issue
Block a user