made to fit on a PDP-11

This commit is contained in:
ceriel
1987-11-09 10:17:20 +00:00
parent 028beaf5e6
commit e1a3a1c136
7 changed files with 53 additions and 20 deletions

View File

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