From d49e4dd752928c5869a75c444b503060b2634968 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 19 Jan 1998 17:49:22 -0200 Subject: MAX_WORD should not be bigger than MAX_INT --- bugs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index e14fe4c1..c3e40c4d 100644 --- a/bugs +++ b/bugs @@ -2,3 +2,14 @@ Tue Dec 2 10:45:48 EDT 1997 >> BUG: "lastline" was not reset on function entry, so debug information >> started only in the 2nd line of a function. + + +--- Version 3.1 alpha + +** lua.c +Thu Jan 15 14:34:58 EDT 1998 +>> must include "stdlib.h" (for "exit()"). + +** lbuiltin.c / lobject.h +Thu Jan 15 14:34:58 EDT 1998 +>> MAX_WORD may be bigger than MAX_INT -- cgit v1.2.3-55-g6feb