X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fstdlib.m4;h=de4c688a60cba541b63f05e789baace4aab5476f;hp=c7654b67cf38f2b99c46a3319fdf5d2f91fa11dd;hb=b0a8b273be0744ed445fbe6c935a04ee7a749f14;hpb=62877a54eeac35ed1b7e4c3ec7d589756d9da36d diff --git a/m4/stdlib.m4 b/m4/stdlib.m4 index c7654b6..de4c688 100644 --- a/m4/stdlib.m4 +++ b/m4/stdlib.m4 @@ -22,7 +22,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(double atof, [(char *str)]) PSI_DECL(int atoi, [(char *str)]) PSI_DECL(long atol, [(char *str)]) - dnl PSI_DECL(div_t div, [(int numerator, int denominator)]) + PSI_DECL(div_t div, [(int numerator, int denominator)]) PSI_DECL(double drand48, [()]) PSI_DECL(double erand48, [(unsigned short xsubi@<:@3@:>@)]) PSI_DECL(void exit, [(int status)])