From 801aaf37b14a1fad5bb49c9a4200d25680152471 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Mar 2002 14:47:14 -0300 Subject: simpler implementation for line information --- lobject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 746b7751..dca2531a 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.126 2002/03/11 12:45:00 roberto Exp roberto $ +** $Id: lobject.h,v 1.127 2002/03/18 18:16:16 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -129,7 +129,6 @@ typedef struct Proto { int sizek; /* size of `k' */ int sizecode; int sizep; /* size of `p' */ - int sizelineinfo; /* size of `lineinfo' */ int sizelocvars; int lineDefined; lu_byte nupvalues; -- cgit v1.2.3-55-g6feb