summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rockconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rockconf.h')
-rw-r--r--apps/plugins/lua/rockconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rockconf.h b/apps/plugins/lua/rockconf.h
index 89ab82e377..6a1141f86a 100644
--- a/apps/plugins/lua/rockconf.h
+++ b/apps/plugins/lua/rockconf.h
@@ -63,6 +63,7 @@ long lpow(long x, long y);
63#define strcmp rb->strcmp 63#define strcmp rb->strcmp
64#define strcpy rb->strcpy 64#define strcpy rb->strcpy
65#define strlen rb->strlen 65#define strlen rb->strlen
66#define yield() rb->yield()
66 67
67#endif /* _ROCKCONF_H_ */ 68#endif /* _ROCKCONF_H_ */
68 69