~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/switch.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
#include "plerror.h"
53
53
#include "plgetopt.h"
54
54
 
55
 
#if defined(XP_MAC)
56
 
#include "pprio.h"
57
 
#define printf PR_LogPrint
58
 
#else
59
55
#include "private/pprio.h"
60
 
#endif
61
56
 
62
57
#include <stdlib.h>
63
58
 
263
258
    return ((failed) ? 1 : 0);
264
259
}  /* Switch */
265
260
 
266
 
PRIntn main(PRIntn argc, char **argv)
 
261
int main(int argc, char **argv)
267
262
{
268
263
    PRIntn result;
269
264
    PR_STDIO_INIT();