2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +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 8845d8209d
commit 602dfaeb6c

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 );