summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-08-01 00:00:21 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-08-01 00:00:21 +0000
commit297455a5812d40f30f759092f0d5c25c1bd7a6f4 (patch)
tree186c85a77737d64806e32a2bffb5faa5a9997428
parent47851848bcd97bf0883cbb196fd342858fb43b7e (diff)
downloadATCD-297455a5812d40f30f759092f0d5c25c1bd7a6f4.tar.gz
ChangeLogTag:Tue Jul 31 16:53:57 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/Svc_Conf.h10
4 files changed, 24 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 833f8e740d8..e86705d2160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jul 31 16:53:57 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/Svc_Conf.h (ace_yyrestart, ace_yy_delete_parse_buffer,
+ ace_yydirective):
+
+ Remove these global function and variable declarations. They
+ are no longer used.
+
Tue Jul 31 16:43:33 2001 Ossama Othman <ossama@uci.edu>
* ace/Basic_Types.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 833f8e740d8..e86705d2160 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Tue Jul 31 16:53:57 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/Svc_Conf.h (ace_yyrestart, ace_yy_delete_parse_buffer,
+ ace_yydirective):
+
+ Remove these global function and variable declarations. They
+ are no longer used.
+
Tue Jul 31 16:43:33 2001 Ossama Othman <ossama@uci.edu>
* ace/Basic_Types.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 833f8e740d8..e86705d2160 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Tue Jul 31 16:53:57 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/Svc_Conf.h (ace_yyrestart, ace_yy_delete_parse_buffer,
+ ace_yydirective):
+
+ Remove these global function and variable declarations. They
+ are no longer used.
+
Tue Jul 31 16:43:33 2001 Ossama Othman <ossama@uci.edu>
* ace/Basic_Types.h:
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h
index d4d82da1112..a454368e8ce 100644
--- a/ace/Svc_Conf.h
+++ b/ace/Svc_Conf.h
@@ -58,9 +58,6 @@ typedef union
const int ACE_SERVICE_DIRECTIVE_STACK_DEPTH = 8;
#endif /* ACE_SERVICE_DIRECTIVE_STACK_DEPTH */
-void ace_yyrestart (FILE *);
-// Restart input file parsing
-
/// Create and push a new lexer buffer on to the buffer stack for use
/// when scanning the given file.
void ace_yy_push_buffer (FILE *file);
@@ -73,9 +70,6 @@ void ace_yy_push_buffer (const ACE_TCHAR *directive);
/// deallocate it.
void ace_yy_pop_buffer (void);
-void ace_yy_delete_parse_buffer (void);
-// Delete the lexer's parse buffer
-
int ace_yyparse (void);
// Performs the parsing
@@ -94,10 +88,6 @@ extern int ace_yylineno;
extern int ace_yyerrno;
// Keeps track of the number of errors encountered so far
-extern const ACE_TCHAR *ace_yydirective;
-// Used to parse service configurator directives from a string rather
-// than from a svc.conf file.
-
extern ACE_TCHAR *ace_yytext;
// Holds the lexeme for the current token