disabled regex debugging (the hard way)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14024 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2005-08-21 01:57:59 +00:00
parent fbcf75374b
commit 4ff43104e9

View File

@ -23,6 +23,13 @@
#pragma alloca
#endif
/********************************************/
/* Remove this to enable debugging in regex */
#undef DEBUG
/********************************************/
#undef _GNU_SOURCE
#define _GNU_SOURCE