Changeset 665


Ignore:
Timestamp:
Sep 9, 2003, 12:53:59 AM (22 years ago)
Author:
bird
Message:

emx_print_callingconvention for pretty warnings/errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r664 r665  
    109109  (DECL_LANG_SPECIFIC(decl) && DECL_FUNCTION_MEMBER_P (decl) ? 0 : \
    110110   emx_c_set_decl_assembler_name (decl))
     111
     112/* pretty warnings and errors in C++ */
     113struct output_buffer;
     114extern void emx_print_callingconvention PARAMS ((tree type, struct output_buffer *scratch_buffer));
    111115
    112116/* This macros will stick a label to exception table for current file,
Note: See TracChangeset for help on using the changeset viewer.