diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:21 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:21 -0500 |
| commit | 5c9339593ba663ebf1c898e2bce9b3391bfc22a6 (patch) | |
| tree | c1d661b48e5c3604655dafe9bde63128f7578029 /src/stdio/stderr.c | |
| parent | 6419a53a9fc90043676770ef52cdf82d2387d963 (diff) | |
split macro and extern definitions
Diffstat (limited to 'src/stdio/stderr.c')
| -rw-r--r-- | src/stdio/stderr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c index 0a2a6a2e..f2841f0d 100644 --- a/src/stdio/stderr.c +++ b/src/stdio/stderr.c @@ -1,6 +1,5 @@ #include <stdio.h> - extern FILE *stderr; -#define stderr stderr +#define stderr __stderr /** standard error **/ |
