summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-07 03:58:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-07 03:58:33 +0000
commit2b4d9055b3e815535654a0409f531998a3f77078 (patch)
treeb34ffede153369290b047098c8b15318b2316e32 /ace/Svc_Conf.y
parentd66aa032b841075b05ebbbf129a249e35a398fdd (diff)
downloadATCD-2b4d9055b3e815535654a0409f531998a3f77078.tar.gz
*** empty log message ***
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