diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-04 15:38:31 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-04 15:38:31 -0200 |
commit | 27c6b4d42212eb0da07d9326470220818bb7b75f (patch) | |
tree | 8c2617a6a5bb0cfd8bbc75b8aba6e6308a9c8911 /lauxlib.c | |
parent | 0bb8eb51517ef63c65fb986d711c3163ad0be38f (diff) | |
download | lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.gz lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.bz2 lua-27c6b4d42212eb0da07d9326470220818bb7b75f.zip |
each .c file defines its own name
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.c,v 1.89 2002/10/22 18:07:55 roberto Exp roberto $ | 2 | ** $Id: lauxlib.c,v 1.90 2002/11/14 15:41:38 roberto Exp roberto $ |
3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,6 +16,8 @@ | |||
16 | ** Any function declared here could be written as an application function. | 16 | ** Any function declared here could be written as an application function. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #define lauxlib_c | ||
20 | |||
19 | #include "lua.h" | 21 | #include "lua.h" |
20 | 22 | ||
21 | #include "lauxlib.h" | 23 | #include "lauxlib.h" |