projects
/
platform
/
upstream
/
rpm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[4.0] Use strip (instead of eu-strip) to support --strip-debug of *.so at build time
[platform/upstream/rpm.git]
/
luaext
/
linit.c
1
#include "lua.h"
2
#include "lauxlib.h"
3
#include "linit.h"
4
5
LUA_API int luaopen_init(lua_State *L)
6
{
7
#include "linit.lch"
8
return 0;
9
}