summaryrefslogtreecommitdiffstats
path: root/trek/trek.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-24 23:20:22 +0000
committerdholland <dholland@NetBSD.org>2009-05-24 23:20:22 +0000
commit478be95d8d1ddb2e9cb1831f0115097af1e41bc4 (patch)
tree81172dfe5cc4fc359e2a3a3e251e366c5c2d1706 /trek/trek.h
parent5a874af0513d6e4a0b2b796da83651a4c2351310 (diff)
downloadbsdgames-darwin-478be95d8d1ddb2e9cb1831f0115097af1e41bc4.tar.gz
bsdgames-darwin-478be95d8d1ddb2e9cb1831f0115097af1e41bc4.tar.zst
bsdgames-darwin-478be95d8d1ddb2e9cb1831f0115097af1e41bc4.zip
Abolish cgetc(). It contained one line of code, which was wrong.
Call getchar() directly, and handle EOF properly instead of looping (in some cases) or pretending that EOF is 0 (which it isn't).
Diffstat (limited to 'trek/trek.h')
-rw-r--r--trek/trek.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/trek/trek.h b/trek/trek.h
index 26fe2e28..65fcad8b 100644
--- a/trek/trek.h
+++ b/trek/trek.h
@@ -1,4 +1,4 @@
-/* $NetBSD: trek.h,v 1.15 2009/05/24 22:55:03 dholland Exp $ */
+/* $NetBSD: trek.h,v 1.16 2009/05/24 23:20:22 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -381,9 +381,6 @@ void autover(void);
void capture(int);
struct kling *selectklingon(void);
-/* cgetc.c */
-char cgetc(int);
-
/* check_out.c */
int check_out(int);