diff options
Diffstat (limited to 'contrib/gcc/partition.h')
-rw-r--r-- | contrib/gcc/partition.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gcc/partition.h b/contrib/gcc/partition.h index 851422a..5d3623f 100644 --- a/contrib/gcc/partition.h +++ b/contrib/gcc/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. @@ -40,7 +40,7 @@ extern "C" { #endif /* __cplusplus */ -#include <ansidecl.h> +#include "ansidecl.h" #include <stdio.h> struct partition_elem @@ -78,4 +78,8 @@ extern void partition_print PARAMS((partition, #define partition_find(partition__, element__) \ ((partition__)->elements[(element__)].class_element) +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* _PARTITION_H */ |