From 5c9339593ba663ebf1c898e2bce9b3391bfc22a6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:27:21 -0500 Subject: split macro and extern definitions --- src/stdio/stdout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stdio/stdout.c') diff --git a/src/stdio/stdout.c b/src/stdio/stdout.c index 9a822f8f..08aefa24 100644 --- a/src/stdio/stdout.c +++ b/src/stdio/stdout.c @@ -1,6 +1,5 @@ #include - extern FILE *stdout; -#define stdout stdout +#define stdout __stdout /** standard output **/ -- cgit v1.2.1