From 30dd3a2dbc9f503dfdb119e00635aff64715bd46 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 26 Feb 1996 14:06:39 -0300 Subject: small changes (preparing for new module of pre-compilation) --- func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func.h') 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 typedef struct TFunc { struct TFunc *next; - char marked; + int marked; int size; Byte *code; int lineDefined; -- cgit v1.2.3-55-g6feb