summarylogtreecommitdiffstats
path: root/lua54.patch
blob: 6486b953508007055da3cf08066fe96efa730650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/hpdf.c b/hpdf.c
index 2f10caf..6ec69ec 100644
--- a/hpdf.c
+++ b/hpdf.c
@@ -43,6 +43,10 @@ static void luaL_setfuncs (
 }
 #endif
 
+#ifndef LUA_QS
+#define LUA_QS "'%s'"
+#endif
+
 typedef enum LclHndCatEnum {
   CnHndAnnotation,
   CnHndDestination,