[anjuta] libanjuta: bgo #696984 - Documentation comment of section anjuta-debug should be inside after inclus



commit 342c322f3df764d07c8e0f8dd265685e5cb73f9e
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Fri Mar 29 15:27:39 2013 +0800

    libanjuta: bgo #696984 - Documentation comment of section anjuta-debug should be inside after inclusion 
guard
    
    This prevent duplicated inclusion of anjuta-debug section.

 libanjuta/anjuta-debug.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libanjuta/anjuta-debug.h b/libanjuta/anjuta-debug.h
index 8675778..02edec0 100644
--- a/libanjuta/anjuta-debug.h
+++ b/libanjuta/anjuta-debug.h
@@ -18,6 +18,9 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+#ifndef __ANJUTA_DEBUG__
+#define __ANJUTA_DEBUG__
+
 /**
  * SECTION:anjuta-debug
  * @title: Debugging
@@ -39,9 +42,6 @@
  * will display debug messages from Gtk, Anjuta and gdb plugin only.
  */
 
-#ifndef __ANJUTA_DEBUG__
-#define __ANJUTA_DEBUG__
-
 /**
  * DEBUG_PRINT:
  * 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]