commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/src config/configuration.h datamonito...


From: Reinhard Mueller
Subject: gnue/geas/src config/configuration.h datamonito...
Date: Tue, 29 May 2001 16:02:29 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/05/29 16:02:29

Modified files:
        geas/src/config: configuration.h 
        geas/src/datamonitor: datamonitor.h 

Log message:
        minor code beautifying

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/config/configuration.h.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/datamonitor/datamonitor.h.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/geas/src/config/configuration.h
diff -u gnue/geas/src/config/configuration.h:1.5 
gnue/geas/src/config/configuration.h:1.6
--- gnue/geas/src/config/configuration.h:1.5    Tue May 29 15:28:46 2001
+++ gnue/geas/src/config/configuration.h        Tue May 29 16:02:29 2001
@@ -19,7 +19,7 @@
    along with GEAS; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-   $Id: configuration.h,v 1.5 2001/05/29 22:28:46 reinhard Exp $
+   $Id: configuration.h,v 1.6 2001/05/29 23:02:29 reinhard Exp $
 */
 
 /*
@@ -29,8 +29,8 @@
  * 
  */
 
-#ifndef CONFIGURATION_H
-#define CONFIGURATION_H
+#ifndef _CONFIGURATION_H
+#define _CONFIGURATION_H
 
 #include <glib.h>
 
@@ -80,4 +80,4 @@
 /* HACK - temporary function, until multiple databases are supported */
 const char   *get_first_active_database (configuration tree);
 
-#endif /* CONFIGURATION_H */
+#endif /* configuration.h */
Index: gnue/geas/src/datamonitor/datamonitor.h
diff -u gnue/geas/src/datamonitor/datamonitor.h:1.7 
gnue/geas/src/datamonitor/datamonitor.h:1.8
--- gnue/geas/src/datamonitor/datamonitor.h:1.7 Tue May 29 11:41:57 2001
+++ gnue/geas/src/datamonitor/datamonitor.h     Tue May 29 16:02:29 2001
@@ -19,13 +19,13 @@
    along with GEAS; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-   $Id: datamonitor.h,v 1.7 2001/05/29 18:41:57 reinhard Exp $
+   $Id: datamonitor.h,v 1.8 2001/05/29 23:02:29 reinhard Exp $
 */
 
-#include <glib.h>
+#ifndef _DATAMONITOR_H
+#define _DATAMONITOR_H
 
-#ifndef DATAMONITOR_H
-#define DATAMONITOR_H
+#include <glib.h>
 
 /* log everything */
 #define DM_ALL                          0xffffffff
@@ -85,4 +85,4 @@
 void dm_vlogentry (guint32 type, const gchar *username,
                    const gchar *fmt, va_list a);
 
-#endif
+#endif /* datamonitor.h */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]