summaryrefslogtreecommitdiff
path: root/usr/src/cmd/awk/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/awk/awk.h')
-rw-r--r--usr/src/cmd/awk/awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/awk/awk.h b/usr/src/cmd/awk/awk.h
index 01495d108d..dfbed45e9d 100644
--- a/usr/src/cmd/awk/awk.h
+++ b/usr/src/cmd/awk/awk.h
@@ -149,6 +149,7 @@ extern Cell *nfloc; /* NF */
extern Cell *ofsloc; /* OFS */
extern Cell *orsloc; /* ORS */
extern Cell *rsloc; /* RS */
+extern Cell *rtloc; /* RT */
extern Cell *rstartloc; /* RSTART */
extern Cell *rlengthloc; /* RLENGTH */
extern Cell *subseploc; /* SUBSEP */