Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 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
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libobjc/objc/encoding.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* Encoding of types for Objective C.
    2    Copyright (C) 1993, 1997 Free Software Foundation, Inc.
     2   Copyright (C) 1993, 1997 Free Software Foundation, Inc.
    33
    44Author: Kresten Krab Thorup
     
    5151#define _F_GCINVISIBLE  0x20
    5252
    53 int objc_aligned_size (const char* type);
    54 int objc_sizeof_type (const char* type);
    55 int objc_alignof_type (const char* type);
    56 int objc_aligned_size (const char* type);
    57 int objc_promoted_size (const char* type);
     53int objc_aligned_size (const chartype);
     54int objc_sizeof_type (const chartype);
     55int objc_alignof_type (const chartype);
     56int objc_aligned_size (const chartype);
     57int objc_promoted_size (const chartype);
    5858
    59 const char* objc_skip_type_qualifiers (const char* type);
    60 const char* objc_skip_typespec (const char* type);
    61 const char* objc_skip_offset (const char* type);
    62 const char* objc_skip_argspec (const char* type);
    63 int method_get_number_of_arguments (struct objc_method*);
    64 int method_get_sizeof_arguments (struct objc_method*);
     59const chartype);
     60const chartype);
     61const chartype);
     62const chartype);
     63int method_get_number_of_arguments (struct objc_method*);
     64int method_get_sizeof_arguments (struct objc_method*);
    6565
    66 char* method_get_first_argument (struct objc_method*,
     66char*,
    6767                                 arglist_t argframe,
    68                                  const char** type);
    69 char* method_get_next_argument (arglist_t argframe,
     68                                 const chartype);
     69charmethod_get_next_argument (arglist_t argframe,
    7070                                const char **type);
    71 char* method_get_nth_argument (struct objc_method* m,
     71charm,
    7272                               arglist_t argframe,
    7373                               int arg,
    7474                               const char **type);
    7575
    76 unsigned objc_get_type_qualifiers (const char* type);
     76unsigned objc_get_type_qualifiers (const chartype);
    7777
    7878
Note: See TracChangeset for help on using the changeset viewer.