Fix __cplusplus misspelled as _cplusplus.
This commit is contained in:
parent
d09ca2c103
commit
989d7c593c
|
@ -19,7 +19,7 @@ extern "C" {
|
|||
RPM_GNUC_INTERNAL
|
||||
rpmRC rpmSignFiles(Header sigh, Header h, const char *key, char *keypass);
|
||||
|
||||
#ifdef _cplusplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ RPM_GNUC_INTERNAL
|
|||
rpmRC rpmSignVerity(FD_t fd, Header sigh, Header h, char *key,
|
||||
char *keypass, char *cert, uint16_t algo);
|
||||
|
||||
#ifdef _cplusplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue