merge from gcc
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user