summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_l.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 20:35:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-08 20:35:33 +0000
commitce65ae2e851bcc7da28407f855b58a61e102d44c (patch)
tree7f0b2f4f1064108cac5b179ee4b96d966052d797 /ace/Svc_Conf_l.cpp
parent15ccf73a42bd725ca1a34d40bcc4d8c92623edb9 (diff)
downloadATCD-ce65ae2e851bcc7da28407f855b58a61e102d44c.tar.gz
(ACE_YY_DECL): initialize ace_yy_cp and ace_yy_bp to 0 to avoid egcs 1.1
warning about possible use before initialization.
Diffstat (limited to 'ace/Svc_Conf_l.cpp')
-rw-r--r--ace/Svc_Conf_l.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp
index d7b9faf8346..f3a38221341 100644
--- a/ace/Svc_Conf_l.cpp
+++ b/ace/Svc_Conf_l.cpp
@@ -598,7 +598,7 @@ ACE_YY_MALLOC_DECL
ACE_YY_DECL
{
register ace_yy_state_type ace_yy_current_state;
- register char *ace_yy_cp, *ace_yy_bp;
+ register char *ace_yy_cp = 0, *ace_yy_bp = 0;
register int ace_yy_act;
# line 39 "Svc_Conf.l"