diff options
Diffstat (limited to 'linit.c')
-rw-r--r-- | linit.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: linit.c,v 1.29 2010/10/25 14:32:36 roberto Exp roberto $ | 2 | ** $Id: linit.c,v 1.30 2010/11/12 15:48:30 roberto Exp roberto $ |
3 | ** Initialization of libraries for lua.c and other clients | 3 | ** Initialization of libraries for lua.c and other clients |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | /* | 8 | /* |
9 | ** If you embed Lua in your program and need to open the standard | 9 | ** If you embed Lua in your program and need to open the standard |
10 | ** libraries, call luaL_openlibs in your program. If you need a | 10 | ** libraries, call luaL_openlibs in your program. If you need a |
11 | ** different set of libraries, copy this file to your project and edit | 11 | ** different set of libraries, copy this file to your project and edit |
12 | ** it to suit your needs. | 12 | ** it to suit your needs. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | 15 | ||
16 | #define linit_c | 16 | #define linit_c |