This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| ** $Id: lundump.c,v 2.44.1.1 2017/04/19 17:20:42 roberto Exp $ | |
| ** load precompiled Lua chunks | |
| ** See Copyright Notice in lua.h | |
| */ | |
| #define lundump_c | |
| #define LUA_CORE | |
| #include "lprefix.h" |