From c83a8f4e1f9f70ffe5c2c8ce09a4ccd68f02ef0b Mon Sep 17 00:00:00 2001
From: clc5q <clc5q@git.zephyr-software.com>
Date: Fri, 7 Aug 2015 00:10:46 +0000
Subject: [PATCH] Stop kludging chunk analysis for functions with printf in
 their names.

Former-commit-id: 738cfa044f02db90df609574d75ca733f019ec9e
---
 src/base/SMPFunction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/base/SMPFunction.cpp b/src/base/SMPFunction.cpp
index b43cd7f2..50d24a8c 100644
--- a/src/base/SMPFunction.cpp
+++ b/src/base/SMPFunction.cpp
@@ -95,7 +95,7 @@ using namespace std;
 // Set SharedTailChunks to TRUE for entire printf family
 //  After we restructure the parent/tail structure of the database, this
 //  will go away.
-#define KLUDGE_VFPRINTF_FAMILY 1
+#define KLUDGE_VFPRINTF_FAMILY 0
 
 // C99 standard permits up to 127 arguments to a single function,
 //  but FORTRAN has no limit. We have encountered 290 in practice.
-- 
GitLab