live-bootstrap/steps/tcc-0.9.26/simple-patches/array_sizeof.after
2025-03-30 23:54:49 -04:00

5 lines
103 B
Text

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