]> git.sur5r.net Git - cc65/commit
Added relative include path handling: The path of an input file is now pushed
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 May 2010 13:31:09 +0000 (13:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 30 May 2010 13:31:09 +0000 (13:31 +0000)
commit125ab37c09c75068f2f3f8ae795c04bdb6a8b336
tree9d0ef32d430dd0249beeb641f4cef80456a73d0c
parentb942fd0b560868957dbee542200c235a737e6b5e
Added relative include path handling: The path of an input file is now pushed
onto the search path list, so include files will be searched relative to this
path first.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4676 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/scanner.c