Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/historical/nawk/dist use the correct header name.
details: https://anonhg.NetBSD.org/src/rev/6c1aa3074fa8
branches: trunk
changeset: 969380:6c1aa3074fa8
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 18 21:29:30 2020 +0000
description:
use the correct header name.
diffstat:
external/historical/nawk/dist/maketab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1d28610648d4 -r 6c1aa3074fa8 external/historical/nawk/dist/maketab.c
--- a/external/historical/nawk/dist/maketab.c Tue Feb 18 21:14:16 2020 +0000
+++ b/external/historical/nawk/dist/maketab.c Tue Feb 18 21:29:30 2020 +0000
@@ -36,7 +36,7 @@
#include <string.h>
#include <stdlib.h>
#include "awk.h"
-#include "awktab.h"
+#include "awkgram.h"
struct xx
{ int token;
Home |
Main Index |
Thread Index |
Old Index