X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapi%2Finttypes.c;h=b87aab8390cd042718eb3f3b18e32818d2efde42;hb=0ef2646848cbc2e6c59f8757165b5790b0132281;hp=b61ffaf9d9decdd5bcc5d9feecacee37f4f93aea;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/inttypes.c b/src/api/inttypes.c index b61ffaf..b87aab8 100644 --- a/src/api/inttypes.c +++ b/src/api/inttypes.c @@ -250,14 +250,14 @@ S(SCNxFAST32) S(SCNxFAST64) S(SCNxMAX) S(SCNxPTR) -intmax_t(*p_imaxabs)(intmax_t) = imaxabs; -imaxdiv_t(*p_imaxdiv)(intmax_t,intmax_t) = imaxdiv; -intmax_t(*p_strtoimax)(const char*restrict,char**restrict,int) = strtoimax; -uintmax_t(*p_strtoumax)(const char*restrict,char**restrict,int) = strtoumax; +{intmax_t(*p)(intmax_t) = imaxabs;} +{imaxdiv_t(*p)(intmax_t,intmax_t) = imaxdiv;} +{intmax_t(*p)(const char*restrict,char**restrict,int) = strtoimax;} +{uintmax_t(*p)(const char*restrict,char**restrict,int) = strtoumax;} } #include static void g() { -intmax_t(*p_wcstoimax)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoimax; -uintmax_t(*p_wcstoumax)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoumax; +{intmax_t(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoimax;} +{uintmax_t(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoumax;} }