aboutsummaryrefslogtreecommitdiff
path: root/func.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-26 14:06:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-26 14:06:39 -0300
commit30dd3a2dbc9f503dfdb119e00635aff64715bd46 (patch)
tree356cc7a074f2048f4a47b0b8c3cdc6b5133eb72b /func.h
parentb04f88d581e8807253b3592d6455b83b47c197f1 (diff)
downloadlua-30dd3a2dbc9f503dfdb119e00635aff64715bd46.tar.gz
lua-30dd3a2dbc9f503dfdb119e00635aff64715bd46.tar.bz2
lua-30dd3a2dbc9f503dfdb119e00635aff64715bd46.zip
small changes (preparing for new module of pre-compilation)
Diffstat (limited to 'func.h')
-rw-r--r--func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/func.h b/func.h
index 8208f114..47763a31 100644
--- a/func.h
+++ b/func.h
@@ -17,7 +17,7 @@ typedef struct LocVar
17typedef struct TFunc 17typedef struct TFunc
18{ 18{
19 struct TFunc *next; 19 struct TFunc *next;
20 char marked; 20 int marked;
21 int size; 21 int size;
22 Byte *code; 22 Byte *code;
23 int lineDefined; 23 int lineDefined;