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

5 lines
111 B
Text

#ifdef PNUT_CC
a = 0; b = 9; c = 26;
#else
sscanf(TCC_VERSION, "%d.%d.%d", &a, &b, &c);
#endif