Files
azerothcore-wotlk/dep/acelite/ace/Svc_Conf_Tokens.h
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

28 lines
724 B
C++

// -*- C++ -*-
//====================================================================
/**
* @file Svc_Conf_Tokens.h
*
* @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 */