add "static" to HandleRobotEvent and HandleSiteEvent to reduce compiler warnings on Macintosh

This commit is contained in:
brade%netscape.com 1999-03-03 14:53:39 +00:00
Родитель a08b6b708b
Коммит 7442952ed8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -785,6 +785,7 @@ void yieldProc(const char * str)
* HandleRobotEvent
*--------------------------------------------------------------------------------
*/
static
nsEventStatus PR_CALLBACK HandleRobotEvent(nsGUIEvent *aEvent)
{
nsEventStatus result = nsEventStatus_eIgnore;
@ -1153,6 +1154,7 @@ static char * gTop100List[] = {
* HandleSiteEvent
*--------------------------------------------------------------------------------
*/
static
nsEventStatus PR_CALLBACK HandleSiteEvent(nsGUIEvent *aEvent)
{
nsEventStatus result = nsEventStatus_eIgnore;