diff options
author | DJ Delorie <dj@redhat.com> | 2002-10-27 01:02:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-10-27 01:02:05 +0000 |
commit | 2e1a9c3c9d9f34118e8274e25ad21902132f2929 (patch) | |
tree | 4a24e8475fcd84759b1c050efd486c49c1a686b2 /include/partition.h | |
parent | ca9da28eb9b81bd841668a8f2eef235ee8a575ee (diff) | |
download | gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.zip gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.tar.gz gdb-2e1a9c3c9d9f34118e8274e25ad21902132f2929.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/partition.h')
-rw-r--r-- | include/partition.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |