stormalf / chibicc

A small C compiler from rui314
MIT License
6 stars 1 forks source link

ISS-131 : parsing issue when trying to compile nginx project #10

Closed stormalf closed 2 years ago

stormalf commented 2 years ago

/usr/include/glob.h:163: extern int __REDIRECT_NTHNL (glob, (const char *restrict pattern, ^ tokenize.c: in skip : expected ')'

stormalf commented 2 years ago

it's a side effect of the fix 121 in func_params function! If I turn off the fix it compiles fine!