Commit 068e2ac
committed
fix(Data/SQLParser): restore Windows unistd guard in flex_lexer.cpp too #5377
e23f9a1 patched the same guard in flex_lexer.h but missed the
matching include in flex_lexer.cpp:3184, which also fails to compile
on clang-cl Windows. Apply the identical conditional in the .cpp.
Same caveat as before: lives in the generated file, must be
re-applied after every flex regen.1 parent e23f9a1 commit 068e2ac
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3181 | 3181 | | |
3182 | 3182 | | |
3183 | 3183 | | |
| 3184 | + | |
| 3185 | + | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
3184 | 3192 | | |
3185 | 3193 | | |
| 3194 | + | |
3186 | 3195 | | |
3187 | 3196 | | |
3188 | 3197 | | |
| |||
0 commit comments