summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_y.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-13 15:53:28 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-13 15:53:28 +0000
commita4bb3db991853687be26c525a45ff73d2f51bd6c (patch)
tree5aff56fbeabdf9a8c1f2f0016c98c4ca05c0a9ee /ace/Svc_Conf_y.cpp
parentfe1d2d15e88a8aff5a684447f233b73121839f24 (diff)
downloadATCD-a4bb3db991853687be26c525a45ff73d2f51bd6c.tar.gz
ChangeLogTag:Wed Jun 13 10:22:10 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Conf_y.cpp')
-rw-r--r--ace/Svc_Conf_y.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp
index 1f6b8909933..7688242ba06 100644
--- a/ace/Svc_Conf_y.cpp
+++ b/ace/Svc_Conf_y.cpp
@@ -1,5 +1,5 @@
#ifndef lint
-char ace_yysccsid[] = "@(#)yaccpar 1.4 (Berkeley) 02/25/90 \n\
+char ace_yysccsid[] = "@(#)yaccpar 1.4 (Berkeley) 02/25/90 \n\
Modified 5/2/90 by J. Roskind to support graphic debugging modes";
#endif
#line 2 "Svc_Conf.y"
@@ -23,7 +23,7 @@ static ACE_Module_Type *ace_get_module (ACE_Static_Node *str_rec,
/* #define ACE_YYDEBUG 1*/
/* Efficient memory allocation technique.*/
-ACE_Obstack *ace_obstack;
+ACE_Obstack_T<ACE_TCHAR> *ace_obstack;
#line 30 "Svc_Conf_y.cpp"
#define ACE_DYNAMIC 257
@@ -386,7 +386,7 @@ int
main (int argc, char *argv[])
{
ace_yyin = stdin;
- ace_obstack = new ACE_Obstack;
+ ace_obstack = new ACE_Obstack_T<ACE_TCHAR>;
// Try to reopen any filename argument to use ACE_YYIN.
if (argc > 1 && (ace_yyin = freopen (argv[1], "r", stdin)) == 0)