Commit 45329aca by Roger Sayle Committed by Roger Sayle

partition.h: Close the extern "C" scope when compiling with C++.


	* partition.h:  Close the extern "C" scope when compiling with C++.
	* getopt.h: Update copyright year from the previous patch.

From-SVN: r58570
parent f416dcd5
2002-10-26 Roger Sayle <roger@eyesopen.com> 2002-10-26 Roger Sayle <roger@eyesopen.com>
* partition.h: Close the extern "C" scope when compiling with C++.
2002-10-26 Roger Sayle <roger@eyesopen.com>
DJ Delorie <dj@redhat.com> DJ Delorie <dj@redhat.com>
PR bootstrap/8351 PR bootstrap/8351
......
/* Declarations for getopt. /* Declarations for getopt.
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000 Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000,
Free Software Foundation, Inc. 2002 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library. NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org. Bugs can be reported to bug-glibc@gnu.org.
......
...@@ -78,4 +78,8 @@ extern void partition_print PARAMS((partition, ...@@ -78,4 +78,8 @@ extern void partition_print PARAMS((partition,
#define partition_find(partition__, element__) \ #define partition_find(partition__, element__) \
((partition__)->elements[(element__)].class_element) ((partition__)->elements[(element__)].class_element)
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _PARTITION_H */ #endif /* _PARTITION_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment