Commit 67e8c9e7 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "rtcd: relocate 'extern "C" {' declaration"

Showing with 5 additions and 3 deletions
......@@ -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;
......
Supports Markdown
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