]> granicus.if.org Git - yasm/commit
Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.
authorPeter Johnson <peter@tortall.net>
Sat, 14 Jul 2007 05:31:08 +0000 (05:31 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 14 Jul 2007 05:31:08 +0000 (05:31 -0000)
commit2bb74148c18a8821c95571ea30294a39ac5b903a
tree9c65197e5c62118e3a9db1087ee308c90a354ecd
parenta958ef6df8d9b4140e1e8445e34a7773dcf6b14b
Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.

svn path=/trunk/yasm/; revision=1895
26 files changed:
libyasm.h
libyasm/Makefile.inc
libyasm/bc-reserve.c
libyasm/bytecode.c
libyasm/coretype.h
libyasm/expr-int.h [deleted file]
libyasm/expr.c
libyasm/expr.h
libyasm/section.c
libyasm/value.c
modules/arch/lc3b/lc3bid.re
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/arch/x86/x86id.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/coff/win64-except.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/nasm/nasm-parse.c