gnu-cpp + /bin/cc = headache

Lenny Tropiano lenny at icus.islp.ny.us
Sun Oct 30 09:10:11 AEST 1988


In article <1301 at umbc3.UMD.EDU> alex at umbc3.UMD.EDU (Alex S. Crain) writes:
...
|>
|>	fprintf(outfile,"# line %d, \"%s\"\n", ... )
|>
|>to
|>
|>	fprintf(outfile,\n# line %d, \"%s\"\n", ... )
|>			^
|>			add a blank line between #line directives.
|>
|>Note that this is purely from memory, so the exact syntax may differ. There 
|>are 2 or three instances of this in the cccp.c file.
|>


	fprintf(outfile,"\n# line %d, \"%s\"\n", ... )
			^ make sure you put this quote in. :-)

-Lenny
-- 
Lenny Tropiano             ICUS Software Systems         [w] +1 (516) 582-5525
lenny at icus.islp.ny.us      Telex; 154232428 ICUS         [h] +1 (516) 968-8576
{talcott,decuac,boulder,hombre,pacbell,sbcs}!icus!lenny  attmail!icus!lenny
        ICUS Software Systems -- PO Box 1; Islip Terrace, NY  11752



More information about the Unix-pc.general mailing list