diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-14 13:24:16 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-14 13:24:16 +0300 |
commit | ab8abaa0b01833512ca9009c1a471e93577d2f8e (patch) | |
tree | 3cb585a2538a4399639660a80ce827fbcf0705ed /main.c | |
parent | ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e (diff) | |
parent | 87848093635e0d4e647601fe788e024ee90e1be6 (diff) | |
download | egawk-ab8abaa0b01833512ca9009c1a471e93577d2f8e.tar.gz egawk-ab8abaa0b01833512ca9009c1a471e93577d2f8e.tar.bz2 egawk-ab8abaa0b01833512ca9009c1a471e93577d2f8e.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -69,9 +69,6 @@ static void init_fds(void); static void init_groupset(void); static void save_argv(int, char **); -extern int debug_prog(INSTRUCTION *pc); /* debug.c */ -extern int init_debug(); /* debug.c */ - /* These nodes store all the special variables AWK uses */ NODE *ARGC_node, *ARGIND_node, *ARGV_node, *BINMODE_node, *CONVFMT_node; NODE *ENVIRON_node, *ERRNO_node, *FIELDWIDTHS_node, *FILENAME_node; |