On Wed, 31 May 2000, Reginald Beardsley wrote:

> make[2]: Entering directory `/home/rbeards/wrk/gnu/tmp/texinfo-4.0/doc'
> ../makeinfo/makeinfo -I. texinfo.txi
> texinfo.txi:9211: warning: ignoring stray text `x@@questiondown@{@} } {oe,OE} 
>{es-zet or sharp S}' after @multitable.
> texinfo.txi:9212: Too many columns in multitable item (max 1).
[snip]
> After looking at texinfo.txi, I made a small change which seemed to work.  
[snip]
> ! @multitable {x@@questiondown@{@} } {oe,OE} {es-zet or sharp S}
>   @item @t{@@exclamdown@{@}}   @tab @exclamdown{}   @tab upside-down !
>   @item @t{@@questiondown@{@}} @tab @questiondown{} @tab upside-down ?
>   @item @t{@@aa@{@},@@AA@{@}}  @tab @aa{},@AA{}     @tab a,A with circle
> --- 9208,9214 ----
>   @cindex Es-zet
>   @cindex Sharp S
>   @cindex German S
> ! @multitable {@@questiondown@{@} } {oe,OE} {es-zet or sharp S}

Very strange...  The line you changed is perfectly valid, and on my
machine Texinfo 4.0 builds with the original texinfo.txi without any
warnings or errors.

What compiler did you use?  Perhaps compiling with less optimizations
will help.

Reply via email to