~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to gdb/gdb_expat.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Slightly more portable version of <expat.h>.
2
2
 
3
 
   Copyright (C) 2006
4
 
   Free Software Foundation, Inc.
 
3
   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
5
4
 
6
5
   This file is part of GDB.
7
6
 
8
7
   This program is free software; you can redistribute it and/or modify
9
8
   it under the terms of the GNU General Public License as published by
10
 
   the Free Software Foundation; either version 2 of the License, or
 
9
   the Free Software Foundation; either version 3 of the License, or
11
10
   (at your option) any later version.
12
11
 
13
12
   This program is distributed in the hope that it will be useful,
16
15
   GNU General Public License for more details.
17
16
 
18
17
   You should have received a copy of the GNU General Public License
19
 
   along with this program; if not, write to the Free Software
20
 
   Foundation, Inc., 51 Franklin Street, Fifth Floor,
21
 
   Boston, MA 02110-1301, USA.  */
 
18
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
22
19
 
23
20
#if !defined(GDB_EXPAT_H)
24
21
#define GDB_EXPAT_H
32
29
# define XML_STATUS_ERROR 0
33
30
#endif
34
31
 
 
32
/* Old versions of expat do not define this macro, so define it
 
33
   as void.  */
 
34
#ifndef XMLCALL
 
35
#define XMLCALL
 
36
#endif
 
37
 
35
38
#endif /* !defined(GDB_EXPAT_H) */