Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/fxite/files/patch-src_luacmds.cpp
16461 views
1
--- src/luacmds.cpp.orig 2013-10-03 09:22:51 UTC
2
+++ src/luacmds.cpp
3
@@ -530,7 +530,7 @@ static int view_clear_output(lua_State* L)
4
}
5
6
7
-static const struct luaL_reg fxte_commands[] = {
8
+static const struct luaL_Reg fxte_commands[] = {
9
{"file_new", file_new},
10
{"file_open", file_open},
11
{"file_reload", file_reload},
12
@@ -585,7 +585,7 @@ static const struct luaL_reg fxte_commands[] = {
13
14
15
16
-const luaL_reg* LuaCommands(FXMainWindow*topwin)
17
+const luaL_Reg* LuaCommands(FXMainWindow*topwin)
18
{
19
if (!tw) {
20
tw=(TopWindow*)topwin;
21
22