[geany/geany] 75094b: binreloc: Properly undef a macro before re-defining it

Colomban Wendling git-noreply at xxxxx
Sun Dec 2 22:14:26 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 02 Dec 2018 22:14:26 UTC
Commit:      75094bd9c884ac2767e828eecac00146f75fb37f
             https://github.com/geany/geany/commit/75094bd9c884ac2767e828eecac00146f75fb37f

Log Message:
-----------
binreloc: Properly undef a macro before re-defining it


Modified Paths:
--------------
    src/prefix.h

Modified: src/prefix.h
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -67,6 +67,7 @@ G_BEGIN_DECLS
 	#undef GEANY_PREFIX
 	#undef GEANY_DATADIR
 	#undef GEANY_LIBDIR
+	#undef GEANY_LIBEXECDIR
 	#undef GEANY_DOCDIR
 	#undef GEANY_LOCALEDIR
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list