Files
azerothcore-wotlk/deps/acelite/ace/Svc_Conf_Tokens.h
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +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 */