]> granicus.if.org Git - yasm/commit
Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of
authorPeter Johnson <peter@tortall.net>
Sat, 14 Jul 2007 03:11:32 +0000 (03:11 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 14 Jul 2007 03:11:32 +0000 (03:11 -0000)
commitab13bd719e5dc229fc37ded795d4a8e4fb8a9a54
treed8885557bdbcc32809cc5ac893f73a72268f3658
parent69fc913eec98e7767ddca60ab42d96a7ddf63537
Remove YASM_LIB_INTERNAL.  It never really gained us that much in terms of
visibility savings, as basically everything defined it.

svn path=/trunk/yasm/; revision=1893
68 files changed:
libyasm.h
libyasm/assocdat.c
libyasm/bc-align.c
libyasm/bc-data.c
libyasm/bc-incbin.c
libyasm/bc-org.c
libyasm/bc-reserve.c
libyasm/bitvect.c
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/errwarn.c
libyasm/expr.c
libyasm/floatnum.c
libyasm/hamt.c
libyasm/insn.c
libyasm/insn.h
libyasm/intnum.c
libyasm/inttree.c
libyasm/linemap.c
libyasm/mergesort.c
libyasm/phash.c
libyasm/section.c
libyasm/section.h
libyasm/strcasecmp.c
libyasm/strsep.c
libyasm/symrec.c
libyasm/valparam.c
libyasm/valparam.h
libyasm/value.c
libyasm/xmalloc.c
libyasm/xstrdup.c
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3bbc.c
modules/arch/lc3b/lc3bid.re
modules/arch/x86/x86arch.c
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/arch/x86/x86id.c
modules/dbgfmts/codeview/cv-dbgfmt.c
modules/dbgfmts/codeview/cv-symline.c
modules/dbgfmts/codeview/cv-type.c
modules/dbgfmts/dwarf2/dwarf2-aranges.c
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
modules/dbgfmts/dwarf2/dwarf2-info.c
modules/dbgfmts/dwarf2/dwarf2-line.c
modules/dbgfmts/null/null-dbgfmt.c
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/listfmts/nasm/nasm-listfmt.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/coff/win64-except.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/elf/elf-x86-amd64.c
modules/objfmts/elf/elf-x86-x86.c
modules/objfmts/elf/elf.c
modules/objfmts/macho/macho-objfmt.c
modules/objfmts/rdf/rdf-objfmt.c
modules/objfmts/xdf/xdf-objfmt.c
modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parse.c
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-token.re
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/raw/raw-preproc.c
modules/preprocs/yapp/yapp-preproc.c