diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-31 23:49:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-31 23:49:39 +0000 |
commit | 47851848bcd97bf0883cbb196fd342858fb43b7e (patch) | |
tree | 5620c0754c897ca894dad2028b407bbd4c43e899 /ace/Svc_Conf.l | |
parent | 2d3eff56d19abc22a28e19c2cdbc7e3ab620801d (diff) | |
download | ATCD-47851848bcd97bf0883cbb196fd342858fb43b7e.tar.gz |
ChangeLogTag:Tue Jul 31 16:43:33 2001 Ossama Othman <ossama@uci.edu>
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 f3098c048bc..b09d5c194f7 100644 --- a/ace/Svc_Conf.l +++ b/ace/Svc_Conf.l @@ -126,7 +126,7 @@ yy_push_buffer (FILE *file) } void -yy_push_buffer (const char *directive) +yy_push_buffer (const ACE_TCHAR *directive) { // External synchronization is required. |