Prefer <runetype.h> to <rune.h>, since the latter is going away soon.
This commit is contained in:
parent
e214931fbf
commit
a0998ce663
@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "namespace.h"
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <rune.h>
|
||||
#include <runetype.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -38,7 +38,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <rune.h>
|
||||
#include <runetype.h>
|
||||
|
||||
unsigned long
|
||||
___runetype(c)
|
||||
|
@ -41,7 +41,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/27/93";
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <rune.h>
|
||||
#include <runetype.h>
|
||||
#include <wchar.h>
|
||||
#include "mblocal.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <rune.h>
|
||||
#include <runetype.h>
|
||||
|
||||
__ct_rune_t
|
||||
___tolower(c)
|
||||
|
@ -38,7 +38,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <rune.h>
|
||||
#include <runetype.h>
|
||||
|
||||
__ct_rune_t
|
||||
___toupper(c)
|
||||
|
Loading…
Reference in New Issue
Block a user