File tree Expand file tree Collapse file tree 11 files changed +147
-147
lines changed Expand file tree Collapse file tree 11 files changed +147
-147
lines changed Original file line number Diff line number Diff line change 1
- /* $NetBSD: comp.c,v 1.11 2009/05/25 23:24:54 dholland Exp $ */
1
+ /* $NetBSD: comp.c,v 1.12 2009/05/25 23:34:50 dholland Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1982, 1993
34
34
#if 0
35
35
static char sccsid [] = "@(#)comp.c 8.1 (Berkeley) 5/31/93" ;
36
36
#else
37
- __RCSID ("$NetBSD: comp.c,v 1.11 2009/05/25 23:24:54 dholland Exp $" );
37
+ __RCSID ("$NetBSD: comp.c,v 1.12 2009/05/25 23:34:50 dholland Exp $" );
38
38
#endif
39
39
#endif /* not lint */
40
40
41
- # include "mille.h"
41
+ #include "mille.h"
42
42
43
43
/*
44
44
* @(#)comp.c 1.1 (Berkeley) 4/1/82
45
45
*/
46
46
47
- # define V_VALUABLE 40
47
+ #define V_VALUABLE 40
48
48
49
49
void
50
50
calcmove (void )
Original file line number Diff line number Diff line change 1
- /* $NetBSD: end.c,v 1.8 2009/05/25 23:24:54 dholland Exp $ */
1
+ /* $NetBSD: end.c,v 1.9 2009/05/25 23:34:50 dholland Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1982, 1993
34
34
#if 0
35
35
static char sccsid [] = "@(#)end.c 8.1 (Berkeley) 5/31/93" ;
36
36
#else
37
- __RCSID ("$NetBSD: end.c,v 1.8 2009/05/25 23:24:54 dholland Exp $" );
37
+ __RCSID ("$NetBSD: end.c,v 1.9 2009/05/25 23:34:50 dholland Exp $" );
38
38
#endif
39
39
#endif /* not lint */
40
40
41
- # include "mille.h"
41
+ #include "mille.h"
42
42
43
43
/*
44
44
* @(#)end.c 1.1 (Berkeley) 4/1/82
@@ -85,7 +85,7 @@ finalscore(PLAY *pp)
85
85
}
86
86
}
87
87
88
- # ifdef EXTRAP
88
+ #ifdef EXTRAP
89
89
static int Last_tot [2 ]; /* last tot used for extrapolate */
90
90
91
91
/*
@@ -150,4 +150,4 @@ undoex(void)
150
150
pp -> hand_tot -= Last_tot [i ++ ];
151
151
}
152
152
}
153
- # endif
153
+ #endif /* EXTRAP */
Original file line number Diff line number Diff line change 1
- /* $NetBSD: extern.c,v 1.8 2009/05/25 23:17:31 dholland Exp $ */
1
+ /* $NetBSD: extern.c,v 1.9 2009/05/25 23:34:50 dholland Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1982, 1993
34
34
#if 0
35
35
static char sccsid [] = "@(#)extern.c 8.1 (Berkeley) 5/31/93" ;
36
36
#else
37
- __RCSID ("$NetBSD: extern.c,v 1.8 2009/05/25 23:17:31 dholland Exp $" );
37
+ __RCSID ("$NetBSD: extern.c,v 1.9 2009/05/25 23:34:50 dholland Exp $" );
38
38
#endif
39
39
#endif /* not lint */
40
40
41
- # include "mille.h"
41
+ #include "mille.h"
42
42
43
43
/*
44
44
* @(#)extern.c 1.1 (Berkeley) 4/1/82
Original file line number Diff line number Diff line change 1
- /* $NetBSD: init.c,v 1.10 2009/05/25 23:24:54 dholland Exp $ */
1
+ /* $NetBSD: init.c,v 1.11 2009/05/25 23:34:50 dholland Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1982, 1993
34
34
#if 0
35
35
static char sccsid [] = "@(#)init.c 8.1 (Berkeley) 5/31/93" ;
36
36
#else
37
- __RCSID ("$NetBSD: init.c,v 1.10 2009/05/25 23:24:54 dholland Exp $" );
37
+ __RCSID ("$NetBSD: init.c,v 1.11 2009/05/25 23:34:50 dholland Exp $" );
38
38
#endif
39
39
#endif /* not lint */
40
40
41
- # include "mille.h"
41
+ #include "mille.h"
42
42
43
43
/*
44
44
* @(#)init.c 1.1 (Berkeley) 4/1/82
Original file line number Diff line number Diff line change 1
- /* $NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $ */
1
+ /* $NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1982, 1993
@@ -39,12 +39,12 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\
39
39
#if 0
40
40
static char sccsid [] = "@(#)mille.c 8.1 (Berkeley) 5/31/93" ;
41
41
#else
42
- __RCSID ("$NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $" );
42
+ __RCSID ("$NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $" );
43
43
#endif
44
44
#endif /* not lint */
45
45
46
- # include "mille.h"
47
- # include <signal.h>
46
+ #include "mille.h"
47
+ #include <signal.h>
48
48
49
49
/*
50
50
* @(#)mille.c 1.3 (Berkeley) 5/10/83
@@ -90,11 +90,11 @@ main(int ac, char *av[])
90
90
leaveok (Score , TRUE);
91
91
leaveok (Miles , TRUE);
92
92
clearok (curscr , TRUE);
93
- # ifndef PROF
93
+ #ifndef PROF
94
94
srandom (getpid ());
95
- # else
95
+ #else
96
96
srandom (0 );
97
- # endif
97
+ #endif
98
98
cbreak ();
99
99
noecho ();
100
100
signal (SIGINT , rub );
You can’t perform that action at this time.
0 commit comments