Deleted Added
full compact
table.c (132497) table.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

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

33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#if defined(LIBC_SCCS) && !defined(lint)
38static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/27/93";
39#endif /* LIBC_SCCS and not lint */
40#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

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

33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#if defined(LIBC_SCCS) && !defined(lint)
38static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/27/93";
39#endif /* LIBC_SCCS and not lint */
40#include <sys/cdefs.h>
41__FBSDID("$FreeBSD: head/lib/libc/locale/table.c 132497 2004-07-21 10:54:57Z tjr $");
41__FBSDID("$FreeBSD: head/lib/libc/locale/table.c 132820 2004-07-29 06:16:19Z tjr $");
42
43#include <ctype.h>
42
43#include <ctype.h>
44#include
44#include <runetype.h>
45#include <wchar.h>
46#include "mblocal.h"
47
48_RuneLocale _DefaultRuneLocale = {
49 _RUNE_MAGIC_1,
50 "NONE",
51 __emulated_sgetrune,
52 __emulated_sputrune,

--- 211 unchanged lines hidden ---
45#include <wchar.h>
46#include "mblocal.h"
47
48_RuneLocale _DefaultRuneLocale = {
49 _RUNE_MAGIC_1,
50 "NONE",
51 __emulated_sgetrune,
52 __emulated_sputrune,

--- 211 unchanged lines hidden ---