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

This commit is contained in:
James Zern 2014-09-19 11:28:40 -07:00 коммит произвёл Gerrit Code Review
Родитель c92abbc447 9d3fb75530
Коммит 67e8c9e713
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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;