[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-143-g71607a1)
The branch, master has been updated
via 71607a1b433a12192039cb4a0edf62b95c63440c (commit)
from ff022c441d470f85b6db064411b1228e3511e959 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/src/s_log.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 71607a1b433a12192039cb4a0edf62b95c63440c
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Tue Aug 19 19:23:05 2008 +0100
libgeda: Provide definition for do_logging.
This allows libgeda to build on systems where shared libraries are not
permitted to export symbols that are only resolved at link time.
:100644 100644 1ff475a... 959cfcd... M libgeda/src/s_log.c
=========
Changes
=========
commit 71607a1b433a12192039cb4a0edf62b95c63440c
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Tue Aug 19 19:23:05 2008 +0100
libgeda: Provide definition for do_logging.
This allows libgeda to build on systems where shared libraries are not
permitted to export symbols that are only resolved at link time.
diff --git a/libgeda/src/s_log.c b/libgeda/src/s_log.c
index 1ff475a..959cfcd 100644
--- a/libgeda/src/s_log.c
+++ b/libgeda/src/s_log.c
@@ -49,6 +49,9 @@
/*! Default setting for log update callback function. */
void (*x_log_update_func)() = NULL;
+/*! Default setting for log enable. */
+int do_logging = 0;
+
#define CATCH_LOG_LEVELS (G_LOG_LEVEL_MASK ^ \
(G_LOG_LEVEL_DEBUG | G_LOG_LEVEL_INFO))
#define PRINT_LOG_LEVELS (CATCH_LOG_LEVELS ^ \
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs