summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-03-07 03:48:20 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-09 00:00:00 +0000
commita5571d593ac90d11dc2015dcb1d4f62bc0d28a6d (patch)
tree36d5c91e1099c5f6252ddad12663f2a81aa8a8d2 /x2p/a2p.h
parent8b6a6e55c8aee2cca22dc5eb0d7dfb73f878584c (diff)
downloadperl-a5571d593ac90d11dc2015dcb1d4f62bc0d28a6d.tar.gz
Add B<-o> option to a2p, for old awk; make new the default
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index f1ab12461d..b00b0723ea 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -415,6 +415,7 @@ EXT bool nomemok INIT(FALSE);
EXT char const_FS INIT(0);
EXT char *namelist INIT(Nullch);
EXT char fswitch INIT(0);
+EXT bool old_awk INIT(0);
EXT int saw_FS INIT(0);
EXT int maxfld INIT(0);