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@
 | 
					#ifndef HEADER_@CNAME@
 | 
				
			||||||
#define HEADER_@CNAME@
 | 
					#define HEADER_@CNAME@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* standard includes, or includes needed for type declarations */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef __cplusplus
 | 
					#ifdef __cplusplus
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* standard includes, or includes needed for type declarations */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* options for text editors
 | 
					/* options for text editors
 | 
				
			||||||
vim: @VIM_MODELINE@:syntax=ch.doxygen
 | 
					vim: @VIM_MODELINE@:syntax=ch.doxygen
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue