Mail Archives: djgpp/1996/10/09/03:30:41
Francisco Gochez wrote: (Subject: Possible GAS bug):-
> It took me an hour to find a syntax error in an assembly language module I
> had written, because the error was being caused by [unintended] whitespace
> [after \ at end of line] in the code. ...
Bill Currie <billc AT blackmagic DOT tait DOT co DOT nz> replied:-
> Actually, the problem is in cpp (rather than gas, which knows nothing about
> #defines) and it's not really a bug. The '\' must ALWAYS be at the END of
> the line. i.e. no trailing white space etc. Bill
That is why an EMACS-type text editor that I wrote always shows the CR at eol,
if the line ends in space or tab or ascii-0 or ascii-255 (or in another CR or
is empty), so I can see trailing whitespace (and trailing blank lines).
- Raw text -