Merge "rtcd: relocate 'extern "C" {' declaration"
This commit is contained in:
Коммит
67e8c9e713
|
@ -209,14 +209,16 @@ sub common_top() {
|
|||
#define RTCD_EXTERN extern
|
||||
#endif
|
||||
|
||||
EOF
|
||||
|
||||
process_forward_decls();
|
||||
print <<EOF;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
EOF
|
||||
|
||||
process_forward_decls();
|
||||
print "\n";
|
||||
declare_function_pointers("c", @ALL_ARCHS);
|
||||
|
||||
print <<EOF;
|
||||
|
|
Загрузка…
Ссылка в новой задаче