SF.net SVN: geany:[4419] trunk/tagmanager/c.c

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Nov 10 18:48:15 UTC 2009


Revision: 4419
          http://geany.svn.sourceforge.net/geany/?rev=4419&view=rev
Author:   ntrel
Date:     2009-11-10 18:48:14 +0000 (Tue, 10 Nov 2009)

Log Message:
-----------
D doesn't have the namespace keyword.

Modified Paths:
--------------
    trunk/tagmanager/c.c

Modified: trunk/tagmanager/c.c
===================================================================
--- trunk/tagmanager/c.c	2009-11-10 18:45:02 UTC (rev 4418)
+++ trunk/tagmanager/c.c	2009-11-10 18:48:14 UTC (rev 4419)
@@ -423,7 +423,7 @@
 	{ "m_trans",        KEYWORD_M_TRANS,        { 0, 0, 0, 0, 1, 0, 0 } },
 	{ "mutable",        KEYWORD_MUTABLE,        { 0, 1, 0, 0, 0, 0, 0 } },
 	{ "module",         KEYWORD_MODULE,         { 0, 0, 0, 0, 0, 0, 1 } },
-	{ "namespace",      KEYWORD_NAMESPACE,      { 0, 1, 1, 0, 0, 1, 1 } },
+	{ "namespace",      KEYWORD_NAMESPACE,      { 0, 1, 1, 0, 0, 1, 0 } },
 	{ "native",         KEYWORD_NATIVE,         { 0, 0, 0, 1, 0, 0, 0 } },
 	{ "new",            KEYWORD_NEW,            { 0, 1, 1, 1, 0, 1, 1 } },
 	{ "newcov",         KEYWORD_NEWCOV,         { 0, 0, 0, 0, 1, 0, 0 } },


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