New functions PushSearchPath and PopSearchPath.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4671 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -75,6 +75,12 @@ void AddSubSearchPathFromEnv (SearchPath* P, const char* EnvVar, const char* Sub
|
||||
* the environment variable value.
|
||||
*/
|
||||
|
||||
void PushSearchPath (SearchPath* P, const char* NewPath);
|
||||
/* Add a new search path to the head of an existing search path list */
|
||||
|
||||
void PopSearchPath (SearchPath* P);
|
||||
/* Remove a search path from the head of an existing search path list */
|
||||
|
||||
void ForgetSearchPath (SearchPath* P);
|
||||
/* Forget all search paths in the given list */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user