diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-15 04:36:09 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-15 04:36:09 +0000 |
commit | db8a2a710ac60e4c013d6083b875d0ba68f3d639 (patch) | |
tree | d19f48efe693c6b888d3106d5a9d6ba697e14bcc /ace/Svc_Conf.l | |
parent | c53a7e71059689a5f1b67d2deabafe6d5aec93da (diff) | |
download | ATCD-db8a2a710ac60e4c013d6083b875d0ba68f3d639.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.l')
-rw-r--r-- | ace/Svc_Conf.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.l b/ace/Svc_Conf.l index f128cec1974..adf174f3da0 100644 --- a/ace/Svc_Conf.l +++ b/ace/Svc_Conf.l @@ -14,7 +14,7 @@ int yyerrno = 0; // Used to parse service configurator directives from a string rather // than from a svc.conf file. -char *yydirective = 0; +const ASYS_TCHAR *yydirective = 0; #define token(x) x %} |