SF.net SVN: geany:[4633] branches/geany-0.18.1/tagmanager/vhdl.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Feb 1 17:56:20 UTC 2010


Revision: 4633
          http://geany.svn.sourceforge.net/geany/?rev=4633&view=rev
Author:   ntrel
Date:     2010-02-01 17:56:17 +0000 (Mon, 01 Feb 2010)

Log Message:
-----------
Backport:
Remove duplicate keyword entry.

Modified Paths:
--------------
    branches/geany-0.18.1/tagmanager/vhdl.c

Modified: branches/geany-0.18.1/tagmanager/vhdl.c
===================================================================
--- branches/geany-0.18.1/tagmanager/vhdl.c	2010-02-01 17:45:18 UTC (rev 4632)
+++ branches/geany-0.18.1/tagmanager/vhdl.c	2010-02-01 17:56:17 UTC (rev 4633)
@@ -79,7 +79,6 @@
 };
 
 static keywordAssoc VhdlKeywordTable [] = {
-    { "variable",     K_VARIABLE },
     { "constant",     K_CONSTANT },
     { "variable",     K_VARIABLE },
     { "type",         K_TYPE },


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list