SF.net SVN: geany-plugins:[1416] trunk/geany-plugins/codenav/src/ codenavigation.h

funto66 at users.sourceforge.net funto66 at xxxxx
Mon May 31 10:28:38 UTC 2010


Revision: 1416
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1416&view=rev
Author:   funto66
Date:     2010-05-31 10:28:38 +0000 (Mon, 31 May 2010)

Log Message:
-----------
CodeNav: Oops, a debug macro was defined and shouldn't have been...

Modified Paths:
--------------
    trunk/geany-plugins/codenav/src/codenavigation.h

Modified: trunk/geany-plugins/codenav/src/codenavigation.h
===================================================================
--- trunk/geany-plugins/codenav/src/codenavigation.h	2010-05-30 18:13:47 UTC (rev 1415)
+++ trunk/geany-plugins/codenav/src/codenavigation.h	2010-05-31 10:28:38 UTC (rev 1416)
@@ -46,7 +46,8 @@
 #include "geanyfunctions.h"	/* this wraps geany_functions function pointers */
 
 /* Debug flag */
-#define CODE_NAVIGATION_DEBUG
+/*#define CODE_NAVIGATION_DEBUG
+*/
 
 #define CODE_NAVIGATION_VERSION "0.1"
 


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



More information about the Plugins-Commits mailing list