Deleted Added
full compact
xmemcoll.c (131447) xmemcoll.c (133543)
1/* Locale-specific memory comparison.
1/* Locale-specific memory comparison.
2 Copyright (C) 2002, 2003 Free Software Foundation, Inc.
2 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of

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

17
18/* Contributed by Paul Eggert <eggert@twinsun.com>. */
19
20#if HAVE_CONFIG_H
21# include <config.h>
22#endif
23
24#include <errno.h>
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of

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

17
18/* Contributed by Paul Eggert <eggert@twinsun.com>. */
19
20#if HAVE_CONFIG_H
21# include <config.h>
22#endif
23
24#include <errno.h>
25#ifndef errno
26extern int errno;
27#endif
28
29#include <stdlib.h>
30
31#include "gettext.h"
32#define _(msgid) gettext (msgid)
33
34#include "error.h"
35#include "exitfail.h"
36#include "memcoll.h"

--- 27 unchanged lines hidden ---
25#include <stdlib.h>
26
27#include "gettext.h"
28#define _(msgid) gettext (msgid)
29
30#include "error.h"
31#include "exitfail.h"
32#include "memcoll.h"

--- 27 unchanged lines hidden ---