From 910836fb53cb80e93de666526714bc51f2c63510 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 19 Oct 1999 11:33:22 -0200 Subject: warnings from Visual C++ --- lobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 39a51b3d..181ab39e 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.32 1999/10/11 16:13:11 roberto Exp roberto $ +** $Id: lobject.h,v 1.33 1999/10/14 19:13:31 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -170,7 +170,7 @@ typedef struct node { typedef struct Hash { int htag; Node *node; - unsigned int size; + int size; Node *firstfree; /* this position is free; all positions after it are full */ struct Hash *next; int marked; -- cgit v1.2.3-55-g6feb