bug-global
[Top][All Lists]
Advanced

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

[PATCH] htags recognizes virtualauto as a reservation word.


From: Hideki IWAMOTO
Subject: [PATCH] htags recognizes virtualauto as a reservation word.
Date: Sun, 16 Feb 2003 18:18:08 +0900

? htags/Makefile
? htags/Makefile.in
? htags/const.pl
? htags/htags
? htags/htags.1
Index: htags/htags.in
===================================================================
RCS file: /cvsroot/global/global/htags/htags.in,v
retrieving revision 1.92
diff -u -r1.92 htags.in
--- htags/htags.in      16 Feb 2003 03:26:35 -0000      1.92
+++ htags/htags.in      16 Feb 2003 09:10:29 -0000
@@ -108,7 +108,7 @@
                "short,signed,sizeof,static,struct,switch,typedef,union," .
                "unsigned,void,volatile,while";
 $'cpp_reserved_words = "catch,class,delete,friend,inline,new,operator," .
-               "private,protected,public,template,this,throw,try,virtual" .
+               "private,protected,public,template,this,throw,try,virtual," .
                $'c_reserved_words;
 $'java_reserved_words  = "abstract,boolean,break,byte,case,catch,char,class," .
                "const,continue,default,do,double,else,extends,false," .

----
岩本 秀樹  address@hidden




reply via email to

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