- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
11 lines
282 B
C++
11 lines
282 B
C++
--- policy/lex.yy_policy_parser.cc.orig 2012-01-11 17:56:10 UTC
|
|
+++ policy/lex.yy_policy_parser.cc
|
|
@@ -2982,6 +2982,7 @@ static void yy_flex_strncpy (char *,yyco
|
|
static int yy_flex_strlen (yyconst char * );
|
|
#endif
|
|
|
|
+#define YY_NO_INPUT
|
|
#ifndef YY_NO_INPUT
|
|
|
|
#ifdef __cplusplus
|