diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-25 18:07:26 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-25 18:07:26 -0300 |
commit | 6a853fcb8b9e333d768c739c36c99b144bbde607 (patch) | |
tree | 5645e5fbe3a43f15044591be30c5d4607cb7357c /llex.c | |
parent | 31bea2190b25e5b6687d92d807af522378168bfa (diff) | |
download | lua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.gz lua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.bz2 lua-6a853fcb8b9e333d768c739c36c99b144bbde607.zip |
details (from lhf)
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 1.28 1999/02/04 17:47:59 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.29 1999/02/25 15:17:01 roberto Exp roberto $ |
3 | ** Lexical Analizer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||