]> granicus.if.org Git - sudo/commit
Add #ifdef __STDC__ around the rangematch function header to avoid
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 19:14:03 +0000 (19:14 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Mar 2000 19:14:03 +0000 (19:14 +0000)
commit7ffc5a9fae56548cf267335be266ab87c77f8739
tree3a9fdb006c208b0507441930c8c72e12f5b5a1da
parent9a41ebe7227647281cbc21401838491ef1b598de
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.
fnmatch.c