fix debug only compilation

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@521 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-06-05 14:23:15 +00:00
parent 34b5917828
commit f305b0d4ee
1 changed files with 1 additions and 1 deletions

View File

@ -21,9 +21,9 @@ static char SccsId[] = "@(#)agc.c 1.3 3/15/90";
#include "absmi.h"
#include "alloc.h"
#include "yapio.h"
#ifdef DEBUG
#include "yapio.h"
/* #define DEBUG_RESTORE2 1 */
#define errout YP_stderr
#endif