]> granicus.if.org Git - yasm/commit
Hide details of yasm_arch_module structure, instead creating wrapper macro
authorPeter Johnson <peter@tortall.net>
Tue, 28 Oct 2003 18:58:55 +0000 (18:58 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 28 Oct 2003 18:58:55 +0000 (18:58 -0000)
commit62f3ab6e1508b0331cdb1fbd58e7b0a4d775eda4
tree6bcdef0052ffce35477f90caa1622569a9d968ce
parent742d8359be817022aaf6b18a8b51819eec489aa1
Hide details of yasm_arch_module structure, instead creating wrapper macro
"functions" that call down to the module level.  Doesn't really change the
internal complexities, just makes it easier to read and write code that
uses it.

svn path=/trunk/yasm/; revision=1080
17 files changed:
libyasm/arch.c
libyasm/arch.h
libyasm/expr.c
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3barch.h
modules/arch/lc3b/lc3bid.re
modules/arch/x86/x86arch.h
modules/arch/x86/x86id.re
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/elf/elf.c
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re