mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
mark the prototypes of tutor() and leave() as __dead as well.
ok guenther, krw
This commit is contained in:
parent
9079b9e17f
commit
82114a2f3f
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: data.c,v 1.7 2012/12/05 23:19:48 deraadt Exp $ */
|
||||
/* $OpenBSD: data.c,v 1.8 2017/01/20 01:55:25 tb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -29,6 +29,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "tutor.h"
|
||||
|
||||
int maxmoves = 23;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: tutor.h,v 1.5 2003/06/03 03:01:38 millert Exp $ */
|
||||
/* $OpenBSD: tutor.h,v 1.6 2017/01/20 01:55:25 tb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -63,5 +63,5 @@ extern const struct situatn test[];
|
||||
|
||||
int brdeq(const int *, const int *);
|
||||
void clrest(void);
|
||||
void leave(void);
|
||||
void tutor(void);
|
||||
__dead void leave(void);
|
||||
__dead void tutor(void);
|
||||
|
Loading…
Reference in New Issue
Block a user