From 54633d7c7d720760bcf28c37438c9057c1e994d9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 24 Mar 2000 16:49:23 -0300 Subject: new name for llimits.h --- lopcodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 1abeff7f..b506edc0 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.50 2000/03/16 18:03:09 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.51 2000/03/24 17:26:08 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -7,7 +7,7 @@ #ifndef lopcodes_h #define lopcodes_h -#include "llims.h" +#include "llimits.h" /*=========================================================================== @@ -24,7 +24,7 @@ The signed argument is represented in excess 2^K; that is, the number value is the usigned value minus 2^K. - The size of each argument is defined in `llims.h'. The usual is an + The size of each argument is defined in `llimits.h'. The usual is an instruction with 32 bits, U and S arguments with 26 bits (32-6), B argument with 9 bits, and A argument with 17 bits (32-6-9). For small instalations, the instruction size can be 16, so U and S have 10 bits, -- cgit v1.2.3-55-g6feb