patches/ntop-01-lua-hidden.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2714 69baa3d94e4f
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2714
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     1
--- lua-5.1.4/src/luaconf.h	Mon Feb 11 17:25:08 2008
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     2
+++ lua-5.1.4/src/luaconf.h	Tue May 25 21:16:27 2010
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     3
@@ -184,6 +184,0 @@
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     4
-
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     5
-#elif defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     6
-      defined(__ELF__)
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     7
-#define LUAI_FUNC	__attribute__((visibility("hidden"))) extern
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     8
-#define LUAI_DATA	LUAI_FUNC
69baa3d94e4f SFEntop.spec: update to 3.3.10
jurikm
parents:
diff changeset
     9
-