Deleted Added
full compact
stab_gnu.h (33965) stab_gnu.h (78828)
1/* gnu_stab.h Definitions for GNU extensions to STABS
2
3 Copyright 2001 Free Software Foundation, Inc.
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
1#ifndef __GNU_STAB__
2
3/* Indicate the GNU stab.h is in use. */
4
5#define __GNU_STAB__
6
7#define __define_stab(NAME, CODE, STRING) NAME=CODE,
8#define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,

--- 29 unchanged lines hidden ---
18#ifndef __GNU_STAB__
19
20/* Indicate the GNU stab.h is in use. */
21
22#define __GNU_STAB__
23
24#define __define_stab(NAME, CODE, STRING) NAME=CODE,
25#define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,

--- 29 unchanged lines hidden ---