From d36c832edee04db91e0c0ab635980c63844ca07c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 15:45:42 -0400 Subject: remove STDC(0) --- src/stdio/__printf.c | 4 ---- src/stdio/__stdio.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/stdio') diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index e82156b9..38dd012b 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -341,7 +341,3 @@ int (__printf)(struct io_options *opt, const char * format, va_list arg) return nout; } - -/* -STDC(0) -*/ diff --git a/src/stdio/__stdio.c b/src/stdio/__stdio.c index 7170ee63..57843a30 100644 --- a/src/stdio/__stdio.c +++ b/src/stdio/__stdio.c @@ -5,7 +5,3 @@ struct __stdio __stdio = { { 0 } }, "/dev/tty", }; - -/* -STDC(0) -*/ -- cgit v1.2.1