PATCH: C++ keyword in header.



Here is the interesting part of Felix's patch. I think this should be
applied to head ASAP because

1) It's an obvious C++ keyword in a header, changed from "ns" to
"namespace" recently for no apparent reason, and it's apparently causing
problems.
2) It's not really a public header, so it should be OK to change it.

On Sat, 2002-06-29 at 18:04, Felix Breuer wrote:
> diff -u -p -r1.16.2.3 orbit-idl3-types.h
> --- src/idl-compiler/orbit-idl3-types.h	17 Jun 2002 09:26:45 -0000	1.16.2.3
> +++ src/idl-compiler/orbit-idl3-types.h	28 Jun 2002 17:02:38 -0000
> @@ -42,7 +42,7 @@ typedef struct {
>    gboolean small_skels;
>    gboolean idata;
>  
> -  IDL_ns namespace;
> +  IDL_ns ns;
>  } OIDL_Run_Info;
>  
>  /* yadda yadda:


-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]