repo.or.cz
/
wmiirc-lua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
complain when a config.mk variable is not defined on make install
[wmiirc-lua.git]
/
luaeventloop
/
lel_util.h
blob
388bdfc545b62b9d34387f6132977bebaff16657
1
#ifndef __LUAIXP_UTIL_H__
2
#define __LUAIXP_UTIL_H__
3
4
#include <lua.h>
5
6
extern
int
lel_pusherror
(
lua_State
*
L
,
const char
*
info
);
7
8
#endif
// __LUAIXP_UTIL_H__