diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-03 09:26:23 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-03 09:26:23 -0200 |
commit | 3c9e29f56d4562bd9e0040b20f0ae286e2a1cce1 (patch) | |
tree | d6036b5d1ec9a80ee1aac536929b66bc230a6a1b | |
parent | 72afb6debb981f0e7ae3bb0bc54cbf3c1ead88f2 (diff) | |
download | lua-3c9e29f56d4562bd9e0040b20f0ae286e2a1cce1.tar.gz lua-3c9e29f56d4562bd9e0040b20f0ae286e2a1cce1.tar.bz2 lua-3c9e29f56d4562bd9e0040b20f0ae286e2a1cce1.zip |
details
-rw-r--r-- | lauxlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.h,v 1.14 1999/11/22 13:12:07 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.15 1999/11/22 17:39:51 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 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #ifndef auxlib_h | 8 | #ifndef lauxlib_h |
9 | #define auxlib_h | 9 | #define lauxlib_h |
10 | 10 | ||
11 | 11 | ||
12 | #include "lua.h" | 12 | #include "lua.h" |