[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: doco hpux ia64 make trailing backslash
From: |
Kevin Ryde |
Subject: |
Re: doco hpux ia64 make trailing backslash |
Date: |
Tue, 30 Jul 2002 09:07:45 +1000 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu) |
Tom Tromey <address@hidden> writes:
>
> Thanks. I don't think we generate code like this, and we seem to
> already reject inputs like this. So I think we're safe.
I had managed to bring it on myself,
my_objects = one$U.lo two$U.lo \
@THREE@
where @THREE@ could be empty, depending on the configuration. (A
replacement for vsnprintf as it happened.)
Why I conditionalized it that particular way I don't remember. Doing
it in the .c source would probably have been simpler.