2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Kill a warning.

[SVN r15858]
This commit is contained in:
Vladimir Prus
2002-10-10 13:20:43 +00:00
parent 3be178a1ea
commit 85ea460c70
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ RULE* new_rule_body( module* m, char* rulename, argument_list* args, PARSE* pr
RULE* new_rule_actions( module* m, char* rulename, char* command, LIST* bindlist, int flags );
TARGET *bindtarget( char *targetname );
void bind_explicitly_located_targets();
TARGET* search_for_targets ( char * name, LIST* search_path );
TARGET* search_for_target( char * name, LIST* search_path );
void touchtarget( char *t );
TARGETS *targetlist( TARGETS *chain, LIST *targets );
TARGETS *targetentry( TARGETS *chain, TARGET *target );

View File

@@ -217,7 +217,7 @@ RULE* new_rule_body( module* m, char* rulename, argument_list* args, PARSE* pr
RULE* new_rule_actions( module* m, char* rulename, char* command, LIST* bindlist, int flags );
TARGET *bindtarget( char *targetname );
void bind_explicitly_located_targets();
TARGET* search_for_targets ( char * name, LIST* search_path );
TARGET* search_for_target( char * name, LIST* search_path );
void touchtarget( char *t );
TARGETS *targetlist( TARGETS *chain, LIST *targets );
TARGETS *targetentry( TARGETS *chain, TARGET *target );