summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index ad457e8bc50..d173bc1e772 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -226,6 +226,10 @@ svc_initializer
{
$$ = new ACE_Function_Node ($1, $3);
}
+ | ACE_COLON ACE_IDENT ACE_LPAREN ACE_RPAREN
+ {
+ $$ = new ACE_Static_Function_Node ($2);
+ }
;
type