From 832171cb9724d2d31c8dfb73172e2be8f6dd13ee Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 7 Dec 2006 20:04:42 +0000 Subject: Removing even more includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32320 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandLine.html') diff --git a/docs/CommandLine.html b/docs/CommandLine.html index b04820e..8358d87 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1042,7 +1042,7 @@ extern bool DebugFlag; // debug build, then the code specified as the option to the macro will be // executed. Otherwise it will not be. Example: // -// DEBUG(std::cerr << "Bitset contains: " << Bitset << "\n"); +// DOUT << "Bitset contains: " << Bitset << "\n"; // #ifdef NDEBUG #define DEBUG(X) -- cgit v1.1