Friends - Someone asked about c89. I made a simple experiment on mob.
1. Replace 67 //-style comments with /* */ 2. #define inline __inline__ in tcc.h 3. Use --std=c89 under gcc-4.9.2 on x86_64 The result builds and passes self-tests. Note that by construction, this doesn't check tcc's non-x86_64 code generators. As much as I like c99, I could see an argument for putting step (1) above into mob. I can supply the patch to anyone interested, but I'm clearly not the right person to make that commit. - Larry _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
