summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.mpc1
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.mpc b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
index e28aeba2c7f..6d7b699c16c 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
@@ -153,6 +153,7 @@ project(CosTrading_Serv) : orbsvcslib, core, trading_skel, dynamicany, svc_utils
" yacc -l -d Trader/constraint.y"
" sed -e 's/ / /g' \\"
" -e 's/int newsize, i/size_t newsize, i/g' \\"
+ " -e 's/static *int *yygrowstack();/ /g' \\"
" -e 's/ *$$\/\/g' \\"
" -e 's/\|\| defined(__GNUC__)/|| defined(__GNUC__) || defined (WIN32) || defined (__HP_aCC)/g' \\"
" -e 's/memcpy/ACE_OS::memcpy/g' \\"
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp b/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
index 7c64c132a86..a47090bb330 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_y.cpp
@@ -11,7 +11,7 @@ yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bd
#define yyclearin (yychar=(YYEMPTY))
#define yyerrok (yyerrflag=0)
#define YYRECOVERING() (yyerrflag!=0)
-static int yygrowstack();
+
#define YYPREFIX "yy"
/* $Id$*/
/* ========================================================================*/