Module Name:    src
Committed By:   christos
Date:           Tue Feb 18 21:29:31 UTC 2020

Modified Files:
        src/external/historical/nawk/dist: maketab.c

Log Message:
use the correct header name.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/historical/nawk/dist/maketab.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/historical/nawk/dist/maketab.c
diff -u src/external/historical/nawk/dist/maketab.c:1.3 src/external/historical/nawk/dist/maketab.c:1.4
--- src/external/historical/nawk/dist/maketab.c:1.3	Tue Feb 18 16:12:21 2020
+++ src/external/historical/nawk/dist/maketab.c	Tue Feb 18 16:29:30 2020
@@ -36,7 +36,7 @@ THIS SOFTWARE.
 #include <string.h>
 #include <stdlib.h>
 #include "awk.h"
-#include "awktab.h"
+#include "awkgram.h"
 
 struct xx
 {	int token;

Reply via email to