Fixes irix bustage. I am guessing that their compiler doesn't like the contraction don't.

This commit is contained in:
dougt%netscape.com 2002-09-07 18:27:04 +00:00
Родитель afa502a868
Коммит 03e939c989
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -88,7 +88,7 @@
#define NS_ERROR_MODULE_SECURITY 21
#define NS_ERROR_MODULE_DOM_XPATH 22
#define NS_ERROR_MODULE_DOM_RANGE 23
// NS_ERROR_MODULE_GENERAL should be used by modules that don't
// NS_ERROR_MODULE_GENERAL should be used by modules that do not
// care if return code values overlap. Callers of methods that
// return such codes should be aware that they are not
// globally unique. Implementors should be careful about blindly
@ -289,6 +289,7 @@
// This will return the nsresult corresponding to the most recent NSPR failure
// returned by PR_GetError.
// do not depend on this function as it will be going away!
extern NS_COM nsresult
NS_ErrorAccordingToNSPR();