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

Add missing "static" to suppress warning with aCC

[SVN r16484]
This commit is contained in:
Dave Abrahams
2002-12-03 00:02:47 +00:00
parent 653e34a755
commit 5ee3726c1a
2 changed files with 2 additions and 2 deletions

View File

@@ -550,7 +550,7 @@ void actions_free(rule_actions* a)
/*
* set_rule_body() - set the argument list and procedure of the given rule
*/
void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
static void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
{
if ( args )
args_refer( args );

View File

@@ -550,7 +550,7 @@ void actions_free(rule_actions* a)
/*
* set_rule_body() - set the argument list and procedure of the given rule
*/
void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
static void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
{
if ( args )
args_refer( args );