[Xfce4-commits] <libxfce4util:master> Fix undef in libxfce4util.h header.

Nick Schermer noreply at xfce.org
Sat Jun 25 12:04:01 CEST 2011


Updating branch refs/heads/master
         to a2c92c3412c682c632ea71829ccd181f6347e3c2 (commit)
       from b0e55ec990f571d2de32a9ce4321a10fde4755bf (commit)

commit a2c92c3412c682c632ea71829ccd181f6347e3c2
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jun 25 12:02:59 2011 +0200

    Fix undef in libxfce4util.h header.

 libxfce4util/libxfce4util.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4util/libxfce4util.h b/libxfce4util/libxfce4util.h
index 60a8336..5cbd0ee 100644
--- a/libxfce4util/libxfce4util.h
+++ b/libxfce4util/libxfce4util.h
@@ -38,6 +38,6 @@
 #include <libxfce4util/xfce-resource.h>
 #include <libxfce4util/xfce-utf8.h>
 
-#define LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H
+#undef LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H
 
 #endif  /* !__LIBXFCE4UTIL_LIBXFCE4UTIL_H__ */



More information about the Xfce4-commits mailing list