]> granicus.if.org Git - yasm/commit
Use queue.h macros in section.h, and reference bytecode using bytecodehead.
authorPeter Johnson <peter@tortall.net>
Sun, 16 Sep 2001 04:49:46 +0000 (04:49 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 16 Sep 2001 04:49:46 +0000 (04:49 -0000)
commit84e0411c490186e81d7e8114595ea02d0f92da35
tree15d42962159583d0bd7df0594e147680707ddc4d
parent810cdc7e7b36d668d9be38c7048eb23a95199ede
Use queue.h macros in section.h, and reference bytecode using bytecodehead.
Remove old "append" function from bytecode.h
Add generic parser functions, clean up parser struct.

svn path=/trunk/yasm/; revision=157
14 files changed:
frontends/yasm/yasm.c
libyasm/bytecode.h
libyasm/parser.h
libyasm/section.h
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/parser.c
src/Makefile.am
src/bytecode.h
src/main.c
src/parser.c [new file with mode: 0644]
src/parser.h
src/parsers/nasm/nasm-parser.c
src/parsers/nasm/parser.c
src/section.h