From 2e1a9c3c9d9f34118e8274e25ad21902132f2929 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sun, 27 Oct 2002 01:02:05 +0000 Subject: merge from gcc --- include/partition.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/partition.h') diff --git a/include/partition.h b/include/partition.h index 885a79b..5d3623f 100644 --- a/include/partition.h +++ b/include/partition.h @@ -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 */ -- cgit v1.1