From 7c787c527569bcc7db76d64fde678f833a0fb18a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 22 Oct 2010 18:09:16 -0400 Subject: Load lpeg and lfs manually instead of modifying Lua itself. --- src/textadept.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/textadept.h') diff --git a/src/textadept.h b/src/textadept.h index 6d9e2c75..36a848b9 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -58,4 +58,8 @@ int l_emit_event(const char *, ...); void l_emit_scnnotification(struct SCNotification *); void l_gui_popup_context_menu(GdkEventButton *); +// Extra Lua libraries. +LUALIB_API int (luaopen_lpeg) (lua_State *L); +LUALIB_API int (luaopen_lfs) (lua_State *L); + #endif -- cgit v1.2.3