mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
sim: drop extern C linkage from most sim interface headers
Since these headers merely have enum's, drop the extern C linkage markings. Helps to reduce the copy & paste spam.
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
#if !defined (SIM_SH_H)
|
||||
#define SIM_SH_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" { // }
|
||||
#endif
|
||||
|
||||
/* The simulator makes use of the following register information. */
|
||||
|
||||
enum
|
||||
@@ -162,8 +158,4 @@ enum
|
||||
SIM_SH64_NR_FP_REGS = 64 /* number of floating point registers */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user