bug-global
[Top][All Lists]
Advanced

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

Re: [PATCH] remove overload from the reserved word list of C++.


From: Shigio Yamaguchi
Subject: Re: [PATCH] remove overload from the reserved word list of C++.
Date: Mon, 17 Feb 2003 10:20:29 +0900

Committed.
Thank you!

> overload is not a reserved word in STDC++.
> 
> Index: gctags/Cpp.c
> ===================================================================
> RCS file: /cvsroot/global/global/gctags/Cpp.c,v
> retrieving revision 1.16
> diff -u -r1.16 Cpp.c
> --- gctags/Cpp.c      28 Jul 2002 12:37:58 -0000      1.16
> +++ gctags/Cpp.c      16 Feb 2003 22:11:07 -0000
> @@ -707,7 +707,6 @@
>       {"namespace",   CPP_NAMESPACE},
>       {"new",         CPP_NEW},
>       {"operator",    CPP_OPERATOR},
> -     {"overload",    CPP_OVERLOAD},
>       {"private",     CPP_PRIVATE},
>       {"protected",   CPP_PROTECTED},
>       {"public",      CPP_PUBLIC},
> Index: gctags/Cpp.h
> ===================================================================
> RCS file: /cvsroot/global/global/gctags/Cpp.h,v
> retrieving revision 1.5
> diff -u -r1.5 Cpp.h
> --- gctags/Cpp.h      5 Jul 2002 07:16:46 -0000       1.5
> +++ gctags/Cpp.h      16 Feb 2003 22:11:07 -0000
> @@ -50,7 +50,6 @@
>  #define CPP_NAMESPACE        1029
>  #define CPP_NEW              1030
>  #define CPP_OPERATOR 1031
> -#define CPP_OVERLOAD 1032
>  #define CPP_PRIVATE  1033
>  #define CPP_PROTECTED        1034
>  #define CPP_PUBLIC   1035
> 
> ----
> $B4dK\(B $B=(<y(B  address@hidden
> 
> 
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
> 
> 
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]