Ticket #12339: patch-parser.c

File patch-parser.c, 521 bytes (added by jwelp1@…, 17 years ago)
Line 
1--- src/parser.c        Tue Jul  3 14:41:29 2007
2+++ src/parser.c        Sun Jul 22 10:13:32 2007
3@@ -2209,6 +2209,7 @@
4                     kw_idx = kw_idx->next;
5                 }
6 
7+#ifdef DYNAMIC_PLUGIN
8                 /* Check dynamic preprocessor options */
9                 if ( !found )
10                 {
11@@ -2226,7 +2227,7 @@
12                         found = 1;
13                     }
14                 }
15-
16+#endif
17                 if(!found)
18                 {
19                     /* Unrecognized rule option, complain */