aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-14 13:16:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-14 13:16:53 +0300
commit87848093635e0d4e647601fe788e024ee90e1be6 (patch)
treecffe97a542903ec311e2eb404b1511499b150b5e /main.c
parent81f53c08b12ba4150e02a2dcb647d8176570fca1 (diff)
downloadegawk-87848093635e0d4e647601fe788e024ee90e1be6.tar.gz
egawk-87848093635e0d4e647601fe788e024ee90e1be6.tar.bz2
egawk-87848093635e0d4e647601fe788e024ee90e1be6.zip
Move some prototypes to awk.h from main.c.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 4e94bddd..9d2b3294 100644
--- a/main.c
+++ b/main.c
@@ -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;