ifdef changes wont touch build

This commit is contained in:
mjudge@netscape.com
2000-05-08 03:58:48 +00:00
parent daa0c0a083
commit ee4cc35c26
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"