diff options
Diffstat (limited to 'src/compile/files.c')
| -rw-r--r-- | src/compile/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/files.c b/src/compile/files.c index bd1e9cc3..f331a50a 100644 --- a/src/compile/files.c +++ b/src/compile/files.c @@ -150,7 +150,6 @@ Text_t compile_top_level_code(env_t *env, ast_t *ast) { extended->id_suffix = env->id_suffix; return compile_top_level_code(extended, extend->body); } - case Extern: return EMPTY_TEXT; case Block: { Text_t code = EMPTY_TEXT; for (ast_list_t *stmt = Match(ast, Block)->statements; stmt; stmt = stmt->next) { |
