diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-15 04:49:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-15 04:49:35 +0000 |
commit | d2bf9b0c6eaa716bb6ce63f901e60723590c7c0d (patch) | |
tree | aefed89bf6bbea7957c78f64c2117a6ca3c53d2e /ace/Svc_Conf.h | |
parent | db8a2a710ac60e4c013d6083b875d0ba68f3d639 (diff) | |
download | ATCD-d2bf9b0c6eaa716bb6ce63f901e60723590c7c0d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 2 |
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. |