This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Remaining GNU C isms.


Just FYI,

See my other comment about how this doesn't actually solve the problem

	Andrew

Robert Lipe wrote:
> 
>         * cli-out.c (cli_field_string): align is enum, not int.
> 
> Index: cli-out.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/cli-out.c,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 cli-out.c
> --- cli-out.c   2000/02/03 04:14:27     1.1.1.1
> +++ cli-out.c   2000/02/19 18:05:48
> @@ -194,7 +194,7 @@ void
>  cli_field_string (struct ui_out *uiout,
>                   int fldno,
>                   int width,
> -                 int align,
> +                 enum ui_align align,
>                   char *fldname,
>                   const char *string)
>  {
> 
> Also, language.c has the non-C89 'long long' in a few places.  Since
> they're marked with "FIXME" comments, I assume someone is already on top
> of this.
> 
> ----- End forwarded message -----

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