From d271416c7b484596bc5f9ce55a75f3dc9928bd6c Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Oct 1995 14:52:30 +0000 Subject: Minor cleanup, #include's and unused vars. Added compile-time warning to an old funky function. --- lib/libc/stdio/findfp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc/stdio/findfp.c') diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 64548db..2986a2c 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -127,6 +127,10 @@ found: * XXX. Force immediate allocation of internal memory. Not used by stdio, * but documented historically for certain applications. Bad applications. */ +__warn_references(f_prealloc, + "warning: this program uses f_prealloc(), which is stupid."); + +void f_prealloc() { register struct glue *g; -- cgit v1.1