aboutsummaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-07-28 20:09:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-07-28 20:09:24 +0300
commitc95b96020f9185e64a80fadc9cd770a5d8684aa5 (patch)
tree8b7e283a3232d41c477c57e134a52b34097f5fc3 /proto.h
parent795a06b58cdea7f8bb1858e7c383582c660fdf85 (diff)
downloadone-true-awk-c95b96020f9185e64a80fadc9cd770a5d8684aa5.tar.gz
Grammar optimization from NetBSD: Two adjacent string constants are merged.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e44370d..add45fb 100644
--- a/proto.h
+++ b/proto.h
@@ -111,6 +111,7 @@ extern char *getsval(Cell *);
extern char *getpssval(Cell *); /* for print */
extern char *tostring(const char *);
extern char *qstring(const char *, int);
+extern Cell *catstr(Cell *, Cell *);
extern void recinit(unsigned int);
extern void initgetrec(void);