]> git.sur5r.net Git - cc65/commit
Don't add the current directory to the list of search paths. If the main file
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Aug 2012 21:42:26 +0000 (21:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Aug 2012 21:42:26 +0000 (21:42 +0000)
commit148363810be136502673eb901b7ce41b38fff8ab
tree885a472bf67d5c217cd196b6913970d415afc77d
parentff16f28405d98a2a9c3f5792cf9a6a00c9b869d2
Don't add the current directory to the list of search paths. If the main file
is located there, it is added anyway. If the main file is located elsewhere,
we don't want to search in the current directory.

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