From c196348717dfda116726145220e5d1311547980e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 16 Oct 2002 17:40:58 -0300 Subject: in case of memory allocation errors, sizecode and sizelineinfo can be different --- lobject.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index c872ecc9..ba81d56d 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.146 2002/09/19 13:03:53 roberto Exp roberto $ +** $Id: lobject.h,v 1.147 2002/10/08 18:46:08 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -186,6 +186,7 @@ typedef struct Proto { TString *source; int sizek; /* size of `k' */ int sizecode; + int sizelineinfo; int sizep; /* size of `p' */ int sizelocvars; int lineDefined; -- cgit v1.2.3-55-g6feb