1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Remove old version hooks

This commit is contained in:
Andrey A. Chernov 1996-08-12 19:18:47 +00:00
parent 5f02527325
commit b339a4060f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17556
2 changed files with 2 additions and 12 deletions

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: collate.h,v 1.1 1995/02/16 04:24:32 ache Exp $
* $Id: collate.h,v 1.2 1996/08/12 03:40:36 ache Exp $
*/
#ifndef COLLATE_H_INCLUDED
@ -64,7 +64,6 @@ void __collate_lookup __P((u_char *, int *, int *, int *));
#ifdef COLLATE_DEBUG
void __collate_print_tables __P((void));
#endif
int __collcmp __P((u_char, u_char));
__END_DECLS
#endif /* not COLLATE_H_INCLUDED */

View File

@ -26,18 +26,9 @@
#include <ctype.h>
#include <string.h>
#include <limits.h>
#include <locale.h>
/* will be removed ***************************/
#include "collate.h"
int __collcmp (c1, c2)
unsigned char c1, c2;
{
return collate_range_cmp (c1, c2);
}
/* will be removed ***************************/
int collate_range_cmp (c1, c2)
int c1, c2;
{