diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-01-19 17:49:22 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-01-19 17:49:22 -0200 |
commit | d49e4dd752928c5869a75c444b503060b2634968 (patch) | |
tree | 4e13ace68c6940dd12efae1014b18237e1004caa /bugs | |
parent | 981fddea022b6cad7768223353b4e7386080c271 (diff) | |
download | lua-d49e4dd752928c5869a75c444b503060b2634968.tar.gz lua-d49e4dd752928c5869a75c444b503060b2634968.tar.bz2 lua-d49e4dd752928c5869a75c444b503060b2634968.zip |
MAX_WORD should not be bigger than MAX_INT
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,3 +2,14 @@ | |||
2 | Tue Dec 2 10:45:48 EDT 1997 | 2 | Tue Dec 2 10:45:48 EDT 1997 |
3 | >> BUG: "lastline" was not reset on function entry, so debug information | 3 | >> BUG: "lastline" was not reset on function entry, so debug information |
4 | >> started only in the 2nd line of a function. | 4 | >> started only in the 2nd line of a function. |
5 | |||
6 | |||
7 | --- Version 3.1 alpha | ||
8 | |||
9 | ** lua.c | ||
10 | Thu Jan 15 14:34:58 EDT 1998 | ||
11 | >> must include "stdlib.h" (for "exit()"). | ||
12 | |||
13 | ** lbuiltin.c / lobject.h | ||
14 | Thu Jan 15 14:34:58 EDT 1998 | ||
15 | >> MAX_WORD may be bigger than MAX_INT | ||