| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4deb950 commit a8cd4d4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,11 +136,12 @@ addnfa(nfagrammar *gr, char *name) | |||
| 136 | 136 | ||
| 137 | 137 | static char REQNFMT[] = "metacompile: less than %d children\n"; | |
| 138 | 138 | ||
| 139 | - #define REQN(i, count) \ | ||
| 139 | + #define REQN(i, count) do { \ | ||
| 140 | 140 | if (i < count) { \ | |
| 141 | 141 | fprintf(stderr, REQNFMT, count); \ | |
| 142 | 142 | Py_FatalError("REQN"); \ | |
| 143 | - } else | ||
| 143 | + } \ | ||
| 144 | + } while (0) | ||
| 144 | 145 | ||
| 145 | 146 | #else | |
| 146 | 147 | #define REQN(i, count) /* empty */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments