modules; when declared const, it breaks libtool visibility of the symbols!
svn path=/trunk/yasm/; revision=1067
#include "x86arch.h"
-const yasm_arch_module yasm_x86_LTX_arch;
+yasm_arch_module yasm_x86_LTX_arch;
static /*@only@*/ yasm_arch *
};
/* Define arch structure -- see arch.h for details */
-const yasm_arch_module yasm_x86_LTX_arch = {
+yasm_arch_module yasm_x86_LTX_arch = {
YASM_ARCH_VERSION,
"x86 (IA-32 and derivatives), AMD64",
"x86",
};
/* Define parser structure -- see parser.h for details */
-const yasm_parser_module yasm_nasm_LTX_parser = {
+yasm_parser_module yasm_nasm_LTX_parser = {
YASM_PARSER_VERSION,
"NASM-compatible parser",
"nasm",