]> granicus.if.org Git - yasm/commit
Since modules are now built into libyasm, it's no longer necessary to
authorPeter Johnson <peter@tortall.net>
Wed, 1 Dec 2004 08:09:43 +0000 (08:09 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 1 Dec 2004 08:09:43 +0000 (08:09 -0000)
commite2fa2c1c110e7a89841544f850e7a5d7848ce8bf
tree7de9a58c97be10f134e4cfa214302ff6d8aa39f8
parent882738b2349e777dc5d1c3326471d4b7f906c8ed
Since modules are now built into libyasm, it's no longer necessary to
version them.

 * parser.h, dbgfmt.h, objfmt.h, listfmt.h, optimizer.h, preproc.h, arch.h:
Remove YASM_xxx_VERSION and version module structure member.
 * (many) .c: Don't initialize version module structure member.

svn path=/trunk/yasm/; revision=1184
21 files changed:
libyasm/arch.h
libyasm/dbgfmt.h
libyasm/listfmt.h
libyasm/objfmt.h
libyasm/optimizer.h
libyasm/parser.h
libyasm/preproc.h
modules/arch/lc3b/lc3barch.c
modules/arch/x86/x86arch.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/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/xdf/xdf-objfmt.c
modules/optimizers/basic/basic-optimizer.c
modules/parsers/nasm/nasm-parser.c
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/raw/raw-preproc.c