home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / source / web2c-6.1 / web2c / mp / time.ch < prev   
Text File  |  1995-04-07  |  593b  |  46 lines

  1. Changes for TIME.C by Andreas Scherer, April 7, 1995.
  2.  
  3. @x l.38
  4. #include "test_mpd.h"
  5. @y
  6. #include "andytest_mpd.h"
  7. @z
  8.  
  9. @x l.45
  10. int jobclicks()
  11. @y
  12. int jobclicks(void)
  13. @z
  14.  
  15. @x l.53
  16. int jobclicks()
  17. @y
  18. int jobclicks(void)
  19. @z
  20.  
  21. @x l.84
  22. void zconfusion(s)
  23.     strnumber s;
  24. @y
  25. void zconfusion(
  26.     strnumber s)
  27. @z
  28.  
  29. @x l.137
  30. int test_arith();
  31. @y
  32. int test_arith(void);
  33. @z
  34.  
  35. @x l.140
  36. long noop(p,q) long p,q; {return 17;}
  37. @y
  38. long noop(long p, long q) {return 17;}
  39. @z
  40.  
  41. @x l.148
  42.         printf("***** TEST FAILED! define FIXPT in site.h ******\n");
  43. @y
  44.         printf("***** TEST FAILED! define FIXPT in c-auto.h ******\n");
  45. @z
  46.