Add #ifdef __STDC__ around the rangematch function header to avoid
authormillert <millert@openbsd.org>
Thu, 23 Mar 2000 19:13:51 +0000 (19:13 +0000)
committermillert <millert@openbsd.org>
Thu, 23 Mar 2000 19:13:51 +0000 (19:13 +0000)
commit86c8b537cb810d3203b0dc1d43b531d143d79fc2
treeed34b6b3490d4d997206e9caf5b2648752237be1
parent0b37ab9bc6daf28e84da6c16b65f8946baf14dbf
Add #ifdef __STDC__ around the rangematch function header to avoid
promotion of test to int, thus violating the prototype.  Gcc handles
this gracefully but more std ANSI compilers will complain.
lib/libc/gen/fnmatch.c