OLD | NEW |
1 /* | 1 /* |
2 ** $Id: luaconf.h,v 1.176 2013/03/16 21:10:18 roberto Exp $ | 2 ** $Id: luaconf.h,v 1.176 2013/03/16 21:10:18 roberto Exp $ |
3 ** Configuration file for Lua | 3 ** Configuration file for Lua |
4 ** See Copyright Notice in lua.h | 4 ** See Copyright Notice in lua.h |
5 */ | 5 */ |
6 | 6 |
7 | 7 |
8 #ifndef lconfig_h | 8 #ifndef lconfig_h |
9 #define lconfig_h | 9 #define lconfig_h |
10 | 10 |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 /* =================================================================== */ | 541 /* =================================================================== */ |
542 | 542 |
543 /* | 543 /* |
544 ** Local configuration. You can use this space to add your redefinitions | 544 ** Local configuration. You can use this space to add your redefinitions |
545 ** without modifying the main part of the file. | 545 ** without modifying the main part of the file. |
546 */ | 546 */ |
547 | 547 |
548 | 548 |
549 | 549 |
550 #endif | 550 #endif |
551 | |
OLD | NEW |