fixed some minor problems

This commit is contained in:
ceriel
1987-11-09 16:11:04 +00:00
parent 6d78e62f81
commit 44f951d4aa
12 changed files with 24 additions and 19 deletions

View File

@@ -28,7 +28,7 @@
#include "main.h"
#include "node.h"
#include "warning.h"
#include "squeeze.h"
#include "nostrict.h"
/* error classes */
#define ERROR 1
@@ -177,7 +177,7 @@ _error(class, node, fmt, argv)
remark = "(old-fashioned use)";
break;
#endif
#ifndef SQUEEZE
#ifndef NOSTRICT
case W_STRICT:
remark = "(strict)";
break;