disabled regex debugging (the hard way)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14023 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2005-08-21 01:52:49 +00:00
parent 4a0cd0c106
commit fbcf75374b
1 changed files with 7 additions and 0 deletions

View File

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