summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-08-24 05:21:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-08-24 05:21:24 +0000
commitd214e2bd86d8586470db26866069bfac65b1973d (patch)
tree281335c49b8975be06304b6658246d1a58bb4426 /apps
parent32235b46aa58a7e5b224fa1f730ad7e98a2dc8ce (diff)
downloadATCD-d214e2bd86d8586470db26866069bfac65b1973d.tar.gz
ChangeLogTag:Tue Aug 23 22:17:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS2/JAWS/JAWS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS2/JAWS/JAWS.h b/apps/JAWS2/JAWS/JAWS.h
index 06087a89a2b..3078ea3a8af 100644
--- a/apps/JAWS2/JAWS/JAWS.h
+++ b/apps/JAWS2/JAWS/JAWS.h
@@ -1,6 +1,6 @@
// $Id$
-#if (JAWS_NTRACE == 1)
+#if defined (JAWS_NTRACE) && (JAWS_NTRACE == 1)
# define JAWS_TRACE(X)
#else
# define JAWS_TRACE(X) ACE_Trace ____ (ACE_TEXT (X), \