long identifiers

USENET News System news at macuni.mqcc.mq.oz
Sat Nov 10 14:25:19 AEST 1990


In article <1907 at necisa.ho.necisa.oz> boyd (Boyd Roberts) writes:
>In article <698 at macuni.mqcc.mq.oz> I (USENET News System) write:
>>Why not have your long variable names, and for your
>>crummy 6-chars-only machine #include a file with stuff like:
>>#define LN1 long_name_one
>>#define LN2 long_name_two
>
>Eh?  Do you understand the operation of the the preprocessor?

Yes, but I made a mistake. Obviously I should have written

#define long_name_one LN1
#define long_name_two LN2

so please suppose that I did. What then of the 9th commandment?



More information about the Comp.lang.c mailing list