You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/lua/files/5.1.3/12_all_svalue.upstream.patch

12 lines
303 B

--- lua-5.1.3.orig/src/lobject.h 2008-05-15 09:24:32.000000000 +0200
+++ lua-5.1.3/src/lobject.h 2008-08-10 14:32:26.000000000 +0200
@@ -208,7 +208,7 @@
#define getstr(ts) cast(const char *, (ts) + 1)
-#define svalue(o) getstr(tsvalue(o))
+#define svalue(o) getstr(rawtsvalue(o))