[email protected] wrote: > You mean obsolete compilers (C89 and below) that are producing bad quality > code anyway by today standards ?
JFTR: <https://repo.or.cz/tinycc.git/blob_plain/HEAD:/CodingStyle> | TCC is mostly implemented in C90. Do not use any non-C90 features | that are not already in use. // comments are C99 _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
