[Pkg-electronics-commits] [gnucap] 06/47: trace-fix: bug fix: itested
felix salfelder
felix-guest at moszumanska.debian.org
Mon Sep 26 10:34:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit 50e6c75da4ea5229f1969cd4348e7439a335f6b7
Author: al davis <ad211 at freeelectron.net>
Date: Sun Sep 11 19:00:41 2016 -0400
trace-fix: bug fix: itested
---
include/io_trace.h | 3 ++-
include/patchlev.h | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/io_trace.h b/include/io_trace.h
index 7d51aff..3717480 100644
--- a/include/io_trace.h
+++ b/include/io_trace.h
@@ -188,9 +188,10 @@
#define untested3(s,x,y,z)
#endif
+#ifdef TRACE_ITESTED
+
#ifdef __cplusplus
-#ifdef TRACE_ITESTED
#define itested() ( std::cerr << "@@#\n@@@:" \
<< __FILE__ << ":" << __LINE__ << ":" << __func__ << "\n" )
diff --git a/include/patchlev.h b/include/patchlev.h
index 8210f43..488b241 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "traces-1 2016.08.11"
+#define PATCHLEVEL "trace-fix 2016.09.11"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list