Add const char *in_filename arguments to
authorMichael Urman <mu@tortall.net>
Thu, 7 Mar 2002 08:50:39 +0000 (08:50 -0000)
committerMichael Urman <mu@tortall.net>
Thu, 7 Mar 2002 08:50:39 +0000 (08:50 -0000)
commit7c073b5c230d40d4ceeaf2be00c3cc8be1797ac8
treed9b1d80aebfe9f3db56a71f6913de59106344a0f
parent2d0615384d3d074f48343ae8b36c1df65d130875
Add const char *in_filename arguments to
 - preproc initialize function
 - parser parse function (to pass to preproc initialize)
so that the preprocessor has a clue what file it's in.

svn path=/trunk/yasm/; revision=484
12 files changed:
frontends/yasm/yasm.c
libyasm/parser.h
libyasm/preproc.h
modules/parsers/nasm/nasm-parser.c
modules/preprocs/raw/raw-preproc.c
modules/preprocs/yapp/yapp-preproc.c
src/main.c
src/parser.h
src/parsers/nasm/nasm-parser.c
src/preproc.h
src/preprocs/raw/raw-preproc.c
src/preprocs/yapp/yapp-preproc.c