Misplaced #endif - fixed for opt builds

This commit is contained in:
attinasi%netscape.com 2001-07-17 22:02:11 +00:00
Родитель d5509d7435
Коммит 2f718a0c5f
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -180,7 +180,6 @@ nsIFrameDebug::GetLogModuleInfo()
}
return gLogModule;
}
#endif
NS_LAYOUT void
nsIFrameDebug::RootFrameList(nsIPresContext* aPresContext, FILE* out, PRInt32 aIndent)
@ -202,6 +201,8 @@ nsIFrameDebug::RootFrameList(nsIPresContext* aPresContext, FILE* out, PRInt32 aI
}
}
}
#endif
//----------------------------------------------------------------------
nsresult

Просмотреть файл

@ -180,7 +180,6 @@ nsIFrameDebug::GetLogModuleInfo()
}
return gLogModule;
}
#endif
NS_LAYOUT void
nsIFrameDebug::RootFrameList(nsIPresContext* aPresContext, FILE* out, PRInt32 aIndent)
@ -202,6 +201,8 @@ nsIFrameDebug::RootFrameList(nsIPresContext* aPresContext, FILE* out, PRInt32 aI
}
}
}
#endif
//----------------------------------------------------------------------
nsresult