mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
The --forget-inc-paths option did not work correctly
git-svn-id: svn://svn.cc65.org/cc65/trunk@3237 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8874a80ddd
commit
340a16e399
@ -830,10 +830,11 @@ static void OptFeature (const char* Opt attribute ((unused)), const char* Arg)
|
||||
|
||||
|
||||
|
||||
static void OptForgetIncPaths (const char* Opt attribute ((unused)), const char* Arg)
|
||||
static void OptForgetIncPaths (const char* Opt attribute ((unused)),
|
||||
const char* Arg attribute ((unused)))
|
||||
/* Forget all currently defined include paths */
|
||||
{
|
||||
CmdAddArg2 (&CC65, "--forget-inc-paths", Arg);
|
||||
CmdAddArg (&CC65, "--forget-inc-paths");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user