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/runtime.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* GNU Objective C Runtime internal declarations
    2    Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
     2   Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
    33   Contributed by Kresten Krab Thorup
    44
     
    6666
    6767/* Number of selectors stored in each of the selector  tables */
    68 extern int __objc_selector_max_index;
     68extern int __objc_selector_max_index;
    6969
    7070/* Mutex locking __objc_selector_max_index and its arrays. */
     
    8383SEL  __sel_register_typed_name (const char*, const char*,
    8484                                struct objc_selector*, BOOL is_const);
     85
    8586
    8687#endif /* not __objc_runtime_INCLUDE_GNU */
Note: See TracChangeset for help on using the changeset viewer.