diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-13 09:31:46 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-13 09:31:46 +0000 |
commit | 33862809dfc9df2bf039dfbf47f7524c00947b54 (patch) | |
tree | 87ae0b7c587882bb3f4f55c16942916d23c31306 /src/conf_parser.h | |
parent | 9206712a4455da4ae692005f4e3181fd36ba6f42 (diff) |
- Forward-port -r1732 [Dropped support for linux rt signals]
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1736 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/conf_parser.h')
-rw-r--r-- | src/conf_parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conf_parser.h b/src/conf_parser.h index 2448eba..3ee3ff2 100644 --- a/src/conf_parser.h +++ b/src/conf_parser.h @@ -30,8 +30,8 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ -#ifndef YY_YY_Y_TAB_H_INCLUDED -# define YY_YY_Y_TAB_H_INCLUDED +#ifndef YY_YY_CONF_PARSER_H_INCLUDED +# define YY_YY_CONF_PARSER_H_INCLUDED /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 @@ -510,4 +510,4 @@ int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ -#endif /* !YY_YY_Y_TAB_H_INCLUDED */ +#endif /* !YY_YY_CONF_PARSER_H_INCLUDED */ |