home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / js / src / prconv.sed < prev    next >
Encoding:
Text File  |  1998-04-08  |  955 b   |  35 lines

  1. s/extern PR_PUBLIC_API/PR_EXTERN/g
  2. s/PR_PUBLIC_API/PR_IMPLEMENT/g
  3. s/prhashcode/PRHashNumber/g
  4. s/include "prassert.h"/include "prlog.h"/g
  5. s/include "prprintf.h"/include "prprf.h"/g
  6. s/include "prtime.h"/include "prmjtime.h"/g
  7. s/PRTime/PRMJTime/g
  8. s/PR_ExplodeTime/PRMJ_ExplodeTime/g
  9. s/PR_ComputeTime/PRMJ_ComputeTime/g
  10. s/PR_ToLocal/PRMJ_ToLocal/g
  11. s/PR_ToGMT/PRMJ_ToGMT/g
  12. s/PR_DSTOffset/PRMJ_DSTOffset/g
  13. s/PR_FormatTimeUSEnglish/PRMJ_FormatTimeUSEnglish/g
  14. s/PR_FormatTime/PRMJ_FormatTime/g
  15. s/PR_USEC_PER_SEC/PRMJ_USEC_PER_SEC/g
  16. s/PR_USEC_PER_MSEC/PRMJ_USEC_PER_MSEC/g
  17. s/PR_gmtime/PRMJ_gmtime/g
  18. s/PR_Now/PRMJ_Now/g
  19. s/PR_LocalGMTDifference/PRMJ_LocalGMTDifference/g
  20.  
  21. s/^#include "prarena.h"\(.*\)/#ifndef NSPR20\
  22. &\
  23. #else\
  24. #include "plarena.h"\1\
  25. #endif/
  26.  
  27. s/^#include "prhash.h"\(.*\)/#ifndef NSPR20\
  28. &\
  29. #else\
  30. #include "plhash.h"\1\
  31. #endif/
  32.  
  33. s@/\*JSSRC-SED-MAGIC-COMMENT\*/@#define NETSCAPE_INTERNAL 1\
  34. #include "jscompat.h"@
  35.