made to fit on a PDP-11

This commit is contained in:
ceriel
1987-11-09 10:17:20 +00:00
parent a43db23e66
commit f4c6ec0624
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;