From 5f698f8b6f7e5fb18e0a7386dc506b0d5b538e6b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Nov 2002 15:47:13 -0200 Subject: simpler interface to hooks + use of `int' to count hooks --- llimits.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 96d1fc17..c2fb9589 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.49 2002/11/22 17:16:52 roberto Exp roberto $ +** $Id: llimits.h,v 1.50 2002/11/22 18:01:46 roberto Exp roberto $ ** Limits, basic types, and some other `installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -52,11 +52,6 @@ typedef unsigned long lu_mem; /* an integer big enough to count the number of strings in use */ typedef long ls_nstr; -/* an integer big enough to count the number of steps when calling a -** `count' hook */ -typedef long ls_count; - - /* chars used as small naturals (so that `char' is reserved for characters) */ typedef unsigned char lu_byte; -- cgit v1.2.3-55-g6feb