diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 21:20:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 21:20:32 +0000 |
commit | c8a89e7dd5cab24242cc9050387bd5bb902da11a (patch) | |
tree | 7aeca9797fb026f8df75c8285e3a1bfed6180da7 /crypt/cert.c | |
parent | 3b1004624e54cc2fefd034ff80d5dea4b6db764f (diff) | |
download | glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.tar.gz glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.tar.xz glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.zip |
Remove miscellaneous __STDC__ conditionals.
Diffstat (limited to 'crypt/cert.c')
-rw-r--r-- | crypt/cert.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypt/cert.c b/crypt/cert.c index 34d7e4158c..8c838e919a 100644 --- a/crypt/cert.c +++ b/crypt/cert.c @@ -12,14 +12,10 @@ int totfails = 0; -#if __STDC__ - 0 int main (int argc, char *argv[]); void get8 (char *cp); void put8 (char *cp); void good_bye (void) __attribute__ ((noreturn)); -#else -void get8(), put8(); -#endif void good_bye () { |