summaryrefslogtreecommitdiff
path: root/src/buildvm_fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_fold.c')
-rw-r--r--src/buildvm_fold.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildvm_fold.c b/src/buildvm_fold.c
index bd872534..97632c56 100644
--- a/src/buildvm_fold.c
+++ b/src/buildvm_fold.c
@@ -3,11 +3,10 @@
3** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
6#include "buildvm.h"
6#include "lj_obj.h" 7#include "lj_obj.h"
7#include "lj_ir.h" 8#include "lj_ir.h"
8 9
9#include "buildvm.h"
10
11/* Context for the folding hash table generator. */ 10/* Context for the folding hash table generator. */
12static int lineno; 11static int lineno;
13static int funcidx; 12static int funcidx;