Re: Fix @multitable handling in texi2pod.pl

2019-12-06 Thread Jeff Law
On Fri, 2019-12-06 at 10:17 +, Richard Sandiford wrote: > While trying out Dennis's Armv8.6-A patch, I noticed that texi2pod.pl > didn't handle the new @multitable correctly. There were two > problems: > > (1) @multitables nested in other @tables inherited the @item type > from > the encl

Fix @multitable handling in texi2pod.pl

2019-12-06 Thread Richard Sandiford
While trying out Dennis's Armv8.6-A patch, I noticed that texi2pod.pl didn't handle the new @multitable correctly. There were two problems: (1) @multitables nested in other @tables inherited the @item type from the enclosing @table. Since the new @multitable is in a @table @samp, we appl