Deleted Added
full compact
runetype.c (130961) runetype.c (132820)
1/*-
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Paul Borman at Krystal Technologies.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Paul Borman at Krystal Technologies.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/lib/libc/locale/runetype.c 130961 2004-06-23 07:01:44Z tjr $");
38__FBSDID("$FreeBSD: head/lib/libc/locale/runetype.c 132820 2004-07-29 06:16:19Z tjr $");
39
40#include <stdio.h>
39
40#include <stdio.h>
41#include
41#include <runetype.h>
42
43unsigned long
44___runetype(c)
45 __ct_rune_t c;
46{
47 size_t lim;
48 _RuneRange *rr = &_CurrentRuneLocale->__runetype_ext;
49 _RuneEntry *base, *re;

--- 21 unchanged lines hidden ---
42
43unsigned long
44___runetype(c)
45 __ct_rune_t c;
46{
47 size_t lim;
48 _RuneRange *rr = &_CurrentRuneLocale->__runetype_ext;
49 _RuneEntry *base, *re;

--- 21 unchanged lines hidden ---