summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-08-13 02:33:18 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-08-13 02:33:18 +0000
commiteacebd71b62e764c03083f7ef4bfc4793f120549 (patch)
tree0cf2dfa1d7c9fcc361527db7558561a5601fd2b1 /TAO/tao/debug.cpp
parentd32aa2b45a6c1589792f75dae17fa44d3f58129e (diff)
downloadATCD-eacebd71b62e764c03083f7ef4bfc4793f120549.tar.gz
TAO now compiles again on Linux/g++ after Andy's CORBA:: changes and
my service config work.
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 29b4083f6ed..503cd8c6351 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -25,7 +25,9 @@
u_int ACE_Svc_Export TAO_debug_level = 0;
char * ACE_Svc_Export TAO_debug_filter = "l";
+#if defined(TAO_NEEDS_UNUSED_VARIABLES)
static FILE *debug_stream = stderr;
+#endif /* TAO_NEEDS_UNUSED_VARIABLES */
// The rest of this file is not needed without -DDEBUG, and unless the
// vfprintf () call is available it can't work.