diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-03-26 11:31:49 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-03-26 11:31:49 -0300 |
| commit | dd3a63c205a97339d8c8aec3cd49941bc10ba45c (patch) | |
| tree | 763c1701607ace52692c8566277c6c70c7895acd /llex.c | |
| parent | cb49b088b61b75b905663a58a2c545de1ffea13a (diff) | |
| download | lua-dd3a63c205a97339d8c8aec3cd49941bc10ba45c.tar.gz lua-dd3a63c205a97339d8c8aec3cd49941bc10ba45c.tar.bz2 lua-dd3a63c205a97339d8c8aec3cd49941bc10ba45c.zip | |
new way to handle `profiles'
Diffstat (limited to 'llex.c')
| -rw-r--r-- | llex.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: llex.c,v 1.82 2001/03/06 14:46:54 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.83 2001/03/07 12:49:37 roberto Exp roberto $ |
| 3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <stdio.h> | 9 | #include <stdio.h> |
| 10 | #include <string.h> | 10 | #include <string.h> |
| 11 | 11 | ||
| 12 | #define LUA_PRIVATE | ||
| 12 | #include "lua.h" | 13 | #include "lua.h" |
| 13 | 14 | ||
| 14 | #include "llex.h" | 15 | #include "llex.h" |
