[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] remove overload from the reserved word list of C++.
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] remove overload from the reserved word list of C++. |
Date: |
Mon, 17 Feb 2003 07:25:43 +0900 |
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
----
岩本 秀樹 address@hidden
- [PATCH] remove overload from the reserved word list of C++.,
Hideki IWAMOTO <=