Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin

git-svn-id: svn://10.0.0.236/trunk@171774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-04-06 03:35:24 +00:00
parent bf84648546
commit f0ad878c0e
28 changed files with 90 additions and 65 deletions

View File

@@ -35,7 +35,9 @@
*
* ***** END LICENSE BLOCK ***** */
#define MOZILLA_STRICT_API
#ifdef MOZILLA_INTERNAL_API
#undef MOZILLA_INTERNAL_API
#endif
#include <stdio.h>
#include "nsStringAPI.h"