bug: error message for `%a' gave wrong line number

This commit is contained in:
Roberto Ierusalimschy
2001-07-10 17:02:22 -03:00
parent 654b16e83a
commit a3d03ff6b6
2 changed files with 20 additions and 7 deletions

6
bugs
View File

@@ -264,3 +264,9 @@ Fri Feb 2 14:06:40 EDT 2001
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)
** lparser.c
Tue Jul 10 16:59:18 EST 2001
>> error message for `%a' gave wrong line number
(by Leonardo Constantino; since 4.0)