diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-12 14:57:38 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-12 14:57:38 +0000 |
commit | 2809252450fb5e8ce10c1864501b344900d371af (patch) | |
tree | 5b29bbdff8c1980cfaeedd4452b7d37ee68714b3 /etc | |
parent | 447cf2d4503b3f0d5d8549d08375240831da8901 (diff) | |
download | ATCD-2809252450fb5e8ce10c1864501b344900d371af.tar.gz |
ChangeLogTag: Tue Mar 12 08:54:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Svc_Conf_l.cpp.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Svc_Conf_l.cpp.diff b/etc/Svc_Conf_l.cpp.diff index a3e8c6c8a50..5e2e8707bf3 100644 --- a/etc/Svc_Conf_l.cpp.diff +++ b/etc/Svc_Conf_l.cpp.diff @@ -1,5 +1,5 @@ --- Svc_Conf_l.cpp.save Mon Mar 11 17:19:27 2002 -+++ Svc_Conf_l.cpp Mon Mar 11 17:30:21 2002 ++++ Svc_Conf_l.cpp Mon Mar 11 17:47:24 2002 @@ -1,1838 +1,1850 @@ -/* A lexical scanner generated by flex */ - @@ -1843,7 +1843,7 @@ +/* A lexical scanner generated by flex */ + +/* Scanner skeleton version: -+ * $Header: /project/cvs-repository/ACE_wrappers-repository/ace/Svc_Conf_l.cpp,v 4.58 2002/03/10 18:53:48 spark Exp $ ++ * $Header: /project/cvs-repository/ACE_wrappers-repository/ace/Svc_Conf_l.cpp,v 4.59 2002/03/11 23:47:24 spark Exp $ + */ + +#define FLEX_SCANNER @@ -2342,7 +2342,7 @@ +#define ACE_YY_RESTORE_ACE_YY_MORE_OFFSET +ACE_TCHAR *ace_yytext; +#define INITIAL 0 -+// $Id: Svc_Conf_l.cpp,v 4.58 2002/03/10 18:53:48 spark Exp $ ++// $Id: Svc_Conf_l.cpp,v 4.59 2002/03/11 23:47:24 spark Exp $ +// Sample lexical analysis for regular expression subset. Must be +// compiled with FLEX and an ANSI C++ compiler. + @@ -2353,7 +2353,7 @@ + +ACE_RCSID (ace, + Svc_Conf_l, -+ "$Id: Svc_Conf_l.cpp,v 4.58 2002/03/10 18:53:48 spark Exp $") ++ "$Id: Svc_Conf_l.cpp,v 4.59 2002/03/11 23:47:24 spark Exp $") + +// Keeps track of the current line for debugging output. +int ace_yylineno = 1; |