Changeset 1391 for branches/GNU/src/gcc/libobjc/objc/runtime.h
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libobjc/objc/runtime.h (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libobjc/objc/runtime.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 1 /* 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. 3 3 Contributed by Kresten Krab Thorup 4 4 … … 66 66 67 67 /* Number of selectors stored in each of the selector tables */ 68 extern int __objc_selector_max_index;68 extern int __objc_selector_max_index; 69 69 70 70 /* Mutex locking __objc_selector_max_index and its arrays. */ … … 83 83 SEL __sel_register_typed_name (const char*, const char*, 84 84 struct objc_selector*, BOOL is_const); 85 85 86 86 87 #endif /* not __objc_runtime_INCLUDE_GNU */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
