aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Svc_Conf_Tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Svc_Conf_Tokens.h')
-rw-r--r--externals/ace/Svc_Conf_Tokens.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/externals/ace/Svc_Conf_Tokens.h b/externals/ace/Svc_Conf_Tokens.h
deleted file mode 100644
index 26a8ddad0bc..00000000000
--- a/externals/ace/Svc_Conf_Tokens.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// -*- C++ -*-
-//====================================================================
-/**
- * @file Svc_Conf_Tokens.h
- *
- * $Id: Svc_Conf_Tokens.h 81335 2008-04-11 01:53:36Z iliyan $
- *
- * @author Iliyan Jeliazkov <iliyan@ociweb.com>
- */
-//====================================================================
-
-
-#ifndef BISON_SVC_CONF_TAB_H
-# define BISON_SVC_CONF_TAB_H
-
-/// This file "wraps" around the one produced by yacc(1) and ensures
-/// that various symbols do not polute the global namespace. This
-/// allows ACE-based applications to incorporate other yacc(1)-derived
-/// parsers.
-
-# if !defined (YYSTYPE_IS_DECLARED)
-# define YYSTYPE_IS_DECLARED 1
-# endif
-
-# include "ace/Svc_Conf_Token_Table.h"
-
-# undef YYSTYPE_IS_DECLARED
-
-#endif /* ifndef BISON_SVC_CONF_TAB_H */