Changeset 1391 for branches/GNU/src/gcc/include/demangle.h
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/include/demangle.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 1 /* Defs for interface to demanglers. 2 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001 2 Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002 3 3 Free Software Foundation, Inc. 4 4 … … 22 22 #define DEMANGLE_H 23 23 24 #include <ansidecl.h> 24 #include "ansidecl.h" 25 26 #ifdef __cplusplus 27 extern "C" { 28 #endif /* __cplusplus */ 25 29 26 30 /* Options passed to cplus_demangle (in 2nd parameter). */ … … 161 165 is_gnu_v3_mangled_dtor PARAMS ((const char *name)); 162 166 167 #ifdef __cplusplus 168 } 169 #endif /* __cplusplus */ 170 163 171 #endif /* DEMANGLE_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.