Reenable NDEBUG

svn path=/trunk/; revision=9085
This commit is contained in:
Jason Filby 2004-04-11 16:10:05 +00:00
parent 763fb168d1
commit e2c7015e0a
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
/* $Id: database.c,v 1.13 2004/04/11 16:09:11 jfilby Exp $
/* $Id: database.c,v 1.14 2004/04/11 16:10:05 jfilby Exp $
*
* service control manager
*
@ -34,7 +34,7 @@
#include "services.h"
//#define NDEBUG
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: services.c,v 1.14 2004/04/11 16:09:11 jfilby Exp $
/* $Id: services.c,v 1.15 2004/04/11 16:10:05 jfilby Exp $
*
* service control manager
*
@ -36,7 +36,7 @@
#include "services.h"
//#define NDEBUG
#define NDEBUG
#include <debug.h>