diff options
| author | jwise <jwise@NetBSD.org> | 2001-01-04 01:56:27 +0000 |
|---|---|---|
| committer | jwise <jwise@NetBSD.org> | 2001-01-04 01:56:27 +0000 |
| commit | e3d903728b566a12e09bf75b912da49e60b2643b (patch) | |
| tree | 6f9605228d11138fdf0573e9180ad7123abf0e3c /sail/extern.h | |
| parent | d7be70527bfff340ccf3fef43add3188d54d7eae (diff) | |
| download | bsdgames-darwin-e3d903728b566a12e09bf75b912da49e60b2643b.tar.gz bsdgames-darwin-e3d903728b566a12e09bf75b912da49e60b2643b.zip | |
G/C undocumented and unimplemented `-D' (debug) option.
Diffstat (limited to 'sail/extern.h')
| -rw-r--r-- | sail/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sail/extern.h b/sail/extern.h index 1b9be7db..149d5007 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.19 2001/01/04 01:53:24 jwise Exp $ */ +/* $NetBSD: extern.h,v 1.20 2001/01/04 01:56:27 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -51,7 +51,6 @@ extern jmp_buf restart; #define MODE_LOGGER 3 /* command line flags */ -extern char debug; /* -D */ extern char randomize; /* -x, give first available ship */ extern char longfmt; /* -l, print score in long format */ extern char nobells; /* -b, don't ring bell before Signal */ |
