build.lib.c: move header comment outside of extern "C"
This commit is contained in:
parent
ecad43fbb9
commit
c384484fed
|
@ -8,12 +8,12 @@
|
|||
#ifndef HEADER_@CNAME@
|
||||
#define HEADER_@CNAME@
|
||||
|
||||
/* standard includes, or includes needed for type declarations */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* standard includes, or includes needed for type declarations */
|
||||
|
||||
/* options for text editors
|
||||
vim: @VIM_MODELINE@:syntax=ch.doxygen
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue