summaryrefslogtreecommitdiffstats
path: root/src/cmd/hoc/code.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/hoc/code.c')
-rw-r--r--src/cmd/hoc/code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/hoc/code.c b/src/cmd/hoc/code.c
index af60c194..0de502a3 100644
--- a/src/cmd/hoc/code.c
+++ b/src/cmd/hoc/code.c
@@ -15,7 +15,7 @@ Inst *progp; /* next free spot for code generation */
Inst *pc; /* program counter during execution */
Inst *progbase = prog; /* start of current subprogram */
int returning; /* 1 if return stmt seen */
-int indef; /* 1 if parsing a func or proc */
+extern int indef; /* 1 if parsing a func or proc */
typedef struct Frame { /* proc/func call stack frame */
Symbol *sp; /* symbol table entry */