reduce Macintosh compiler warnings by adding prototype

This commit is contained in:
brade%netscape.com 1999-01-06 18:53:59 +00:00
Родитель 2ad8ae0483
Коммит 7bc19df3f9
6 изменённых файлов: 14 добавлений и 0 удалений

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

@ -72,4 +72,7 @@ public:
};
/* prototypes */
void PR_CALLBACK NS_ScriptErrorReporter(JSContext *cx, const char *message, JSErrorReport *report);
#endif /* nsJSEnvironment_h___ */

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

@ -85,6 +85,7 @@ private:
nsresult NS_NewRangeList(nsICollection **);
nsresult NS_NewRangeList(nsICollection **aRangeList)
{
nsRangeList *rlist = new nsRangeList;

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

@ -160,5 +160,9 @@ private:
friend PR_CALLBACK PRIntn NS_RemoveFrameInfoEntries(PLHashEntry*, PRIntn, void*);
};
/* prototypes */
PR_CALLBACK PLHashNumber
NS_HashNumber(const void* key);
#endif /* nsSpaceManager_h___ */

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

@ -160,5 +160,9 @@ private:
friend PR_CALLBACK PRIntn NS_RemoveFrameInfoEntries(PLHashEntry*, PRIntn, void*);
};
/* prototypes */
PR_CALLBACK PLHashNumber
NS_HashNumber(const void* key);
#endif /* nsSpaceManager_h___ */

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

@ -79,6 +79,7 @@ protected:
nsGenericDOMDataNode mInner;
};
nsresult NS_NewTextNode(nsIHTMLContent** aInstancePtrResult);
nsresult
NS_NewTextNode(nsIHTMLContent** aInstancePtrResult)
{

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

@ -46,6 +46,7 @@ static NS_DEFINE_IID(kIDOMHTMLInputElementIID, NS_IDOMHTMLINPUTELEMENT_IID);
#define NS_DESIRED_RADIOBOX_SIZE 12
nsresult NS_NewRadioControlFrame(nsIFrame*& aResult);
nsresult
NS_NewRadioControlFrame(nsIFrame*& aResult)
{