Removing some debug macros missed in the previous commit.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@186 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2007-05-18 13:43:09 +00:00
parent 2c1dba2942
commit 4e1240a0a8
3 changed files with 2 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ typedef enum priority {LOW_PRIORITY,
#endif
#ifdef _DEBUG
#define DEBUG 1
#define DEBUG 1
#endif
#include "LinkedList.h"