diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-24 05:21:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-24 05:21:24 +0000 |
commit | d214e2bd86d8586470db26866069bfac65b1973d (patch) | |
tree | 281335c49b8975be06304b6658246d1a58bb4426 /apps | |
parent | 32235b46aa58a7e5b224fa1f730ad7e98a2dc8ce (diff) | |
download | ATCD-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.h | 2 |
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), \ |