summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Svc_Conf.y2
-rw-r--r--ace/Svc_Conf_Tokens.h2
-rw-r--r--ace/Svc_Conf_y.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index a263dbd5dae..90bc6343ba3 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -205,7 +205,7 @@ svc_location
u_int flags
= ACE_Service_Type::DELETE_THIS
| ($3->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ);
- ACE_Service_Object_Exterminator gobbler;
+ ACE_Service_Object_Exterminator gobbler = 0;
void *sym = $3->symbol (&gobbler);
if (sym != 0)
diff --git a/ace/Svc_Conf_Tokens.h b/ace/Svc_Conf_Tokens.h
index f8998fc827d..7872780fb73 100644
--- a/ace/Svc_Conf_Tokens.h
+++ b/ace/Svc_Conf_Tokens.h
@@ -1,4 +1,4 @@
-// $Id$
+$Id$
#define ACE_DYNAMIC 257
#define ACE_STATIC 258
#define ACE_SUSPEND 259
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp
index 14599c9fe6b..ff8b0e98472 100644
--- a/ace/Svc_Conf_y.cpp
+++ b/ace/Svc_Conf_y.cpp
@@ -865,7 +865,7 @@ case 30:
u_int flags
= ACE_Service_Type::DELETE_THIS
| (ace_yyvsp[-1].location_node_->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ);
- ACE_Service_Object_Exterminator gobbler;
+ ACE_Service_Object_Exterminator gobbler = 0;
void *sym = ace_yyvsp[-1].location_node_->symbol (&gobbler);
if (sym != 0)