Repair missing newlines at end of files, and remove lines of the form
#endif foo both of which upset HPUX's compiler quite a bit. Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>. git-svn-id: svn://10.0.0.236/trunk@54484 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -272,4 +272,4 @@ NS_IMETHODIMP nsHTMLFrameElement::HandleChromeEvent(nsIPresContext* aPresContext
|
||||
nsEventStatus* aEventStatus)
|
||||
{
|
||||
return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -331,4 +331,4 @@ NS_IMETHODIMP nsHTMLIFrameElement::HandleChromeEvent(nsIPresContext* aPresContex
|
||||
nsEventStatus* aEventStatus)
|
||||
{
|
||||
return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,4 +45,4 @@ public:
|
||||
|
||||
extern "C" NS_DOM nsresult NS_NewJSEventListener(nsIDOMEventListener ** aInstancePtrResult, nsIScriptContext *aContext, nsIScriptObjectOwner* aOwner);
|
||||
|
||||
#endif nsIJSEventListener_h__
|
||||
#endif // nsIJSEventListener_h__
|
||||
|
||||
@@ -61,4 +61,4 @@ class NS_NET Repeater {
|
||||
Repeater* mNextIdlr;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -272,4 +272,4 @@ NS_IMETHODIMP nsHTMLFrameElement::HandleChromeEvent(nsIPresContext* aPresContext
|
||||
nsEventStatus* aEventStatus)
|
||||
{
|
||||
return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -331,4 +331,4 @@ NS_IMETHODIMP nsHTMLIFrameElement::HandleChromeEvent(nsIPresContext* aPresContex
|
||||
nsEventStatus* aEventStatus)
|
||||
{
|
||||
return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ private:
|
||||
|
||||
|
||||
|
||||
#endif // nsOEMailbox_h__
|
||||
#endif // nsOEMailbox_h__
|
||||
|
||||
@@ -80,4 +80,4 @@ private:
|
||||
nsVoidArray m_entryArray;
|
||||
};
|
||||
|
||||
#endif // nsOEScanBoxes_h__
|
||||
#endif // nsOEScanBoxes_h__
|
||||
|
||||
@@ -273,4 +273,4 @@ PRThread* nsCLoopInfo::Thread()
|
||||
nsEventLoopType nsCLoopInfo::Type()
|
||||
{
|
||||
return m_Type;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +82,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath)
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ nsGetInterface::operator()( const nsIID& aIID, void** aInstancePtr ) const
|
||||
*mErrorPtr = status;
|
||||
return status;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -130,4 +130,4 @@ nsIDirEnumeratorImpl::GetNext(nsISupports **_retval)
|
||||
|
||||
*_retval = file; // TODO: QI needed?
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,4 +80,4 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
{0x99, 0x38, 0x00, 0x80, 0xc7, 0xcb, 0x10, 0x81} }
|
||||
|
||||
|
||||
#endif /* nsBrowserCIDs_h__ */
|
||||
#endif /* nsBrowserCIDs_h__ */
|
||||
|
||||
Reference in New Issue
Block a user