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

Nick Schermer noreply at xfce.org
Mon Sep 12 20:50:02 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 07e7b8012f4ccf1c38fe32048c20da943cbed34a (commit)
       from 233d601e059c7379b82eb20f60a7e3ead2ed324c (commit)

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

    Fix undef in libxfce4util.h header.
    
    (cherry picked from commit a2c92c3412c682c632ea71829ccd181f6347e3c2)

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

diff --git a/libxfce4util/libxfce4util.h b/libxfce4util/libxfce4util.h
index 8bb7471..c2432b1 100644
--- a/libxfce4util/libxfce4util.h
+++ b/libxfce4util/libxfce4util.h
@@ -40,6 +40,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