Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/include/demangle.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* 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
    33   Free Software Foundation, Inc.
    44   
     
    2222#define DEMANGLE_H
    2323
    24 #include <ansidecl.h>
     24#include "ansidecl.h"
     25
     26#ifdef __cplusplus
     27extern "C" {
     28#endif /* __cplusplus */
    2529
    2630/* Options passed to cplus_demangle (in 2nd parameter). */
     
    161165        is_gnu_v3_mangled_dtor PARAMS ((const char *name));
    162166
     167#ifdef __cplusplus
     168}
     169#endif /* __cplusplus */
     170
    163171#endif  /* DEMANGLE_H */
Note: See TracChangeset for help on using the changeset viewer.