ifdef changes wont touch build

git-svn-id: svn://10.0.0.236/trunk@68625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-05-08 03:58:48 +00:00
parent 7f20b037e4
commit 4bda86b3f7
2 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,10 @@
#include "nsFileControlFrame.h"
#include "nsFormFrame.h"
//#define DEBUG_NEWFRAME 1
#ifdef DEBUG_MJUDGE
#define DEBUG_NEWFRAME 1
#endif
#ifndef DEBUG_NEWFRAME
#include "nsGfxTextControlFrame.h"