Changeset 1391 for branches/GNU/src/gcc/include/partition.h
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/include/partition.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 1 /* List implementation of a partition of consecutive integers. 2 Copyright (C) 2000, 2001 Free Software Foundation, Inc.2 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. 3 3 Contributed by CodeSourcery, LLC. 4 4 … … 41 41 #endif /* __cplusplus */ 42 42 43 #include <ansidecl.h>43 #include "ansidecl.h" 44 44 #include <stdio.h> 45 45 … … 79 79 ((partition__)->elements[(element__)].class_element) 80 80 81 #ifdef __cplusplus 82 } 83 #endif /* __cplusplus */ 84 81 85 #endif /* _PARTITION_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.