]> git.sur5r.net Git - cc65/commit
Use a separate structure for file infos instead of just the name.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 23 May 2001 21:32:57 +0000 (21:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 23 May 2001 21:32:57 +0000 (21:32 +0000)
commit275da22a66d69e2e5ecaa92766104833f0de767a
tree7c41c4a720ed382f3636948e97b6b519c6ebd94b
parentbfbedfa54b98d059c62f82609a0966f4acddd174
Use a separate structure for file infos instead of just the name.

git-svn-id: svn://svn.cc65.org/cc65/trunk@749 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/fileinfo.c [new file with mode: 0644]
src/ld65/fileinfo.h [new file with mode: 0644]
src/ld65/lineinfo.c
src/ld65/lineinfo.h
src/ld65/make/gcc.mak
src/ld65/make/watcom.mak
src/ld65/objdata.c
src/ld65/objdata.h
src/ld65/objfile.c