*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 08 Aug 2006 12:04:57 +0200
changeset 4551 0c2850f05e68
parent 4550 ab939ccc022c
child 4552 ff6d09e621c7
*** empty log message ***
WinPrinter.st
--- a/WinPrinter.st	Tue Aug 08 12:04:24 2006 +0200
+++ b/WinPrinter.st	Tue Aug 08 12:04:57 2006 +0200
@@ -230,7 +230,7 @@
 #ifdef DEBUG
 # define PRINTF(x)              { printf x;}
 # define CPRINTF(x)             /* { printf x;} */
-# define DPRINTF(x)             */ { printf x;} */
+# define DPRINTF(x)             /* { printf x;} */
 #else
 # define PRINTF(x)              /* */
 # define CPRINTF(x)             /* */
@@ -692,5 +692,5 @@
 !WinPrinter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WinPrinter.st,v 1.5 2006-08-08 10:04:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WinPrinter.st,v 1.6 2006-08-08 10:04:57 cg Exp $'
 ! !