summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-15 04:49:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-15 04:49:35 +0000
commitd2bf9b0c6eaa716bb6ce63f901e60723590c7c0d (patch)
treeaefed89bf6bbea7957c78f64c2117a6ca3c53d2e
parentdb8a2a710ac60e4c013d6083b875d0ba68f3d639 (diff)
downloadATCD-d2bf9b0c6eaa716bb6ce63f901e60723590c7c0d.tar.gz
*** empty log message ***
-rw-r--r--ace/Svc_Conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h
index 4679583c2db..143762a5fb8 100644
--- a/ace/Svc_Conf.h
+++ b/ace/Svc_Conf.h
@@ -71,7 +71,7 @@ extern int ace_yylineno;
extern int ace_yyerrno;
// Keeps track of the number of errors encountered so far
-extern const ASYS_TCHAR ace_yydirective;
+extern const ASYS_TCHAR *ace_yydirective;
// Used to parse service configurator directives from a string rather
// than from a svc.conf file.