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
Wrap
Text File
|
1995-04-07
|
593b
|
46 lines
Changes for TIME.C by Andreas Scherer, April 7, 1995.
@x l.38
#include "test_mpd.h"
@y
#include "andytest_mpd.h"
@z
@x l.45
int jobclicks()
@y
int jobclicks(void)
@z
@x l.53
int jobclicks()
@y
int jobclicks(void)
@z
@x l.84
void zconfusion(s)
strnumber s;
@y
void zconfusion(
strnumber s)
@z
@x l.137
int test_arith();
@y
int test_arith(void);
@z
@x l.140
long noop(p,q) long p,q; {return 17;}
@y
long noop(long p, long q) {return 17;}
@z
@x l.148
printf("***** TEST FAILED! define FIXPT in site.h ******\n");
@y
printf("***** TEST FAILED! define FIXPT in c-auto.h ******\n");
@z