ESC (which starts precompiled code) in C is \33, not \27

This commit is contained in:
Roberto Ierusalimschy
2001-02-06 11:59:29 -02:00
parent a894499566
commit d444153dbe
2 changed files with 7 additions and 2 deletions

5
bugs
View File

@@ -259,3 +259,8 @@ Thu Feb 1 11:55:45 EDT 2001
Fri Feb 2 14:06:40 EDT 2001
>> <20>while 1 dostring[[print('hello\n')]] end<6E> never reclaims memory
(by Andrew Paton; since 4.0b)
** lbaselib.c
Tue Feb 6 11:57:13 EDT 2001
>> ESC (which starts precompiled code) in C is \33, not \27
(by Edgar Toernig and lhf; since 4.0b)