summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 12:34:58 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-19 12:34:58 +0000
commiteae2f7631c75113eaad3167152c4cee9451c0e53 (patch)
treec8bc40b5cc94fe81738162d6d64afad2337d4248 /TAO/orbsvcs
parentd675def00ff3b2bf47b1cab021f46342ee5d3292 (diff)
downloadATCD-eae2f7631c75113eaad3167152c4cee9451c0e53.tar.gz
ChangeLogTag: Tue Dec 19 12:32:41 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
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$*/
/* ========================================================================*/