Revision: 2281 http://geany.svn.sourceforge.net/geany/?rev=2281&view=rev Author: ntrel Date: 2008-02-25 08:37:46 -0800 (Mon, 25 Feb 2008)
Log Message: ----------- Fix unused function warning.
Modified Paths: -------------- trunk/tagmanager/c.c
Modified: trunk/tagmanager/c.c =================================================================== --- trunk/tagmanager/c.c 2008-02-24 10:30:57 UTC (rev 2280) +++ trunk/tagmanager/c.c 2008-02-25 16:37:46 UTC (rev 2281) @@ -710,6 +710,7 @@ } }
+#if 0 static boolean isVariableKeyword (const tokenInfo *const token) { switch (token->keyword) @@ -725,6 +726,7 @@ default: return FALSE; } } +#endif
static boolean isContextualKeyword (const tokenInfo *const token) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.