My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 19, 2010 11:23 UTC (Tue) by nix (subscriber, #2304)In reply to: My advice on implementing stuff in C: by cladisch
Parent article: Russell: On C Library Implementation
I don't entirely understand why they don't generate it always. GCC's own preprocessor does. If you don't, even compiler error messages will be wrong, and you want them to be right even if you're not in debug mode.
