From 4c58c420815c3b9fa4db64632563c3453f62fa67 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 28 Apr 2001 20:04:44 +0000 Subject: [PATCH] Set the define to =1 as it appears to appease the WorkShop 5.0 compiler gods. --- editor/base/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/base/Makefile.in b/editor/base/Makefile.in index 6ad9f520baa5..8b5b9a355283 100644 --- a/editor/base/Makefile.in +++ b/editor/base/Makefile.in @@ -105,7 +105,7 @@ CPPSRCS += nsHTMLEditorLog.cpp \ nsEditorTxnLog.cpp \ $(NULL) -DEFINES += -DENABLE_EDITOR_API_LOG +DEFINES += -DENABLE_EDITOR_API_LOG=1 endif