diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 15:45:42 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 15:45:42 -0400 |
commit | d36c832edee04db91e0c0ab635980c63844ca07c (patch) | |
tree | 170ffc07d97e9156bd0bdef3b27534800defbf7c | |
parent | a636f28ac1ea3572f741b01196a7f4bd9c086ceb (diff) |
remove STDC(0)
-rw-r--r-- | src/stdio/__printf.c | 4 | ||||
-rw-r--r-- | src/stdio/__stdio.c | 4 |
2 files changed, 0 insertions, 8 deletions
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) -*/ |