Revision: 4418 http://geany.svn.sourceforge.net/geany/?rev=4418&view=rev Author: ntrel Date: 2009-11-10 18:45:02 +0000 (Tue, 10 Nov 2009)
Log Message: ----------- Remove duplicate keyword entry.
Modified Paths: -------------- trunk/tagmanager/vhdl.c
Modified: trunk/tagmanager/vhdl.c =================================================================== --- trunk/tagmanager/vhdl.c 2009-11-10 18:43:58 UTC (rev 4417) +++ trunk/tagmanager/vhdl.c 2009-11-10 18:45:02 UTC (rev 4418) @@ -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.