From 80176106327d285ef3e33d69e174863cebb338ef Mon Sep 17 00:00:00 2001 From: petermcs Date: Mon, 30 Apr 2012 08:26:58 +0000 Subject: [PATCH] removed BACTEXT_PRINT_ENABLED wrapper around declarations as there are reasons to call some of these routines for non debug printing related purposes. --- bacnet-stack/include/bactext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bacnet-stack/include/bactext.h b/bacnet-stack/include/bactext.h index e908dd7a..c4a78691 100644 --- a/bacnet-stack/include/bactext.h +++ b/bacnet-stack/include/bactext.h @@ -33,8 +33,6 @@ #endif #endif -#ifdef BACTEXT_PRINT_ENABLED - #include #include #include "indtext.h" @@ -116,5 +114,4 @@ extern "C" { #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* BACTEXT_PRINT_ENABLED */ #endif