This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] fix ARI whinge about remote-rdi.c usage of true/false


> The ARI script is currently whingeing incorrectly that remote-rdi.c is
> using 'true' and 'false', presumably because it cannot detect that the use
> is inside a multi-line string.  The following patch will clear this up, but
> it relies on ANSI-style string concatenation.
> 
> Are there any issues with doing it this way?  In particular would this be
> compatible with any future i18n work?

Er, sorry, ignore that ARI entry - I was fixing the AWK that strips 
strings only I didn't - it would be silly to not be able to use the word 
`true' in a string.

I think I've fixed it, try refreshing:

	http://sources.redhat.com/gdb/current/ari/

sorry,
Andrew


> 
> 	* remote-rdi.c (_initialize_remote_rdi): Use ANSI-style string 
> 	concatenation for help messages.
> 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]