Deleted Added
full compact
ldmisc.h (38889) ldmisc.h (78828)
1/* ldmisc.h -
1/* ldmisc.h -
2 Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
2 Copyright 1991, 1992, 1993, 1994, 1996, 1997
3 Free Software Foundation, Inc.
3
4 This file is part of GLD, the Gnu Linker.
5
6 GLD is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10

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

36extern void lfinfo ();
37#endif
38
39extern void info_assert PARAMS ((const char *, unsigned int));
40extern void yyerror PARAMS ((const char *));
41extern PTR xmalloc PARAMS ((size_t));
42extern PTR xrealloc PARAMS ((PTR, size_t));
43extern void xexit PARAMS ((int));
4
5 This file is part of GLD, the Gnu Linker.
6
7 GLD is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
11

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

37extern void lfinfo ();
38#endif
39
40extern void info_assert PARAMS ((const char *, unsigned int));
41extern void yyerror PARAMS ((const char *));
42extern PTR xmalloc PARAMS ((size_t));
43extern PTR xrealloc PARAMS ((PTR, size_t));
44extern void xexit PARAMS ((int));
44extern char *buystring PARAMS ((CONST char *CONST));
45
46#define ASSERT(x) \
47do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)
48
49#define FAIL() \
50do { info_assert(__FILE__,__LINE__); } while (0)
51
52extern void print_space PARAMS ((void));
53extern void print_nl PARAMS ((void));
54extern char *demangle PARAMS ((const char *));
55
56#endif
45
46#define ASSERT(x) \
47do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)
48
49#define FAIL() \
50do { info_assert(__FILE__,__LINE__); } while (0)
51
52extern void print_space PARAMS ((void));
53extern void print_nl PARAMS ((void));
54extern char *demangle PARAMS ((const char *));
55
56#endif