This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] more use of @dots{} in texinfo files


On Sat, Jun 22, 2002 at 08:48:08PM +0100, Joseph S. Myers wrote:
> > @@ -4549,7 +4549,7 @@
> >  @smallexample
> >  static const int table[] = @{
> >     __builtin_constant_p (EXPRESSION) ? (EXPRESSION) : -1,
> > -   /* ... */
> > +   /* @dots{} */
> 
> > @@ -4625,7 +4625,7 @@
> >      a[i] = a[i] + b[i];
> >      __builtin_prefetch (&a[i+j], 1, 1);
> >      __builtin_prefetch (&b[i+j], 0, 1);
> > -    /* ... */
> > +    /* @dots{} */
> >    @}

I submitted a patch[1] with these two changes a few days ago.
Care to review it?

Matt

1. http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01448.html

Attachment: msg01952/pgp00000.pgp
Description: PGP signature


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