live-bootstrap/steps/tcc-0.9.26/simple-patches/array_sizeof.after
2026-03-07 20:10:51 -05:00

5 lines
103 B
Text

#ifdef PNUT_CC
char buf1[1024];
#else
char buf1[sizeof file->filename];
#endif