ossp-pkg/js/src/jsfile.c 1.10 -> 1.11
--- jsfile.c 2006/07/30 08:00:45 1.10
+++ jsfile.c 2006/08/03 12:30:16 1.11
@@ -174,6 +174,9 @@
#undef MSG_DEF
};
+#ifdef OSSP
+static
+#endif
const JSErrorFormatString *
JSFile_GetErrorMessage(void *userRef, const char *locale,
const uintN errorNumber)
|
|