My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 18, 2010 10:58 UTC (Mon) by mjthayer (guest, #39183)In reply to: My advice on implementing stuff in C: by cladisch
Parent article: Russell: On C Library Implementation
> C has the #line directive for that (GCC doc); AFAIK Vala generates it when in debug mode.
Sounds reasonable as long as they skip the pre-processor stage, otherwise things might get rather confused. I assume that their variables map one-to-one to C variables to simplify debugging.
Sounds reasonable as long as they skip the pre-processor stage, otherwise things might get rather confused. I assume that their variables map one-to-one to C variables to simplify debugging.
