Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Svc_Conf_Tokens.h
bloba3e6a129d6b526c579bb4fc9c386067f69886d3b
1 // -*- C++ -*-
2 //====================================================================
3 /**
4 * @file Svc_Conf_Tokens.h
6 * @author Iliyan Jeliazkov <iliyan@ociweb.com>
7 */
8 //====================================================================
11 #ifndef BISON_SVC_CONF_TAB_H
12 # define BISON_SVC_CONF_TAB_H
14 /// This file "wraps" around the one produced by yacc(1) and ensures
15 /// that various symbols do not polute the global namespace. This
16 /// allows ACE-based applications to incorporate other yacc(1)-derived
17 /// parsers.
19 # if !defined (YYSTYPE_IS_DECLARED)
20 # define YYSTYPE_IS_DECLARED 1
21 # endif
23 # include "ace/Svc_Conf_Token_Table.h"
25 # undef YYSTYPE_IS_DECLARED
27 #endif /* ifndef BISON_SVC_CONF_TAB_H */