Skip to content
Snippets Groups Projects
Commit 9df77524 authored by Oz Linden's avatar Oz Linden
Browse files

only include the h file when it is being created, and make the #endif in the h...

only include the h file when it is being created, and make the #endif in the h file safer for picky compilers
parent 49d0e291
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,5 @@
*/
#'%c'%35#include "#filename#.h"
#'' if ( skip_h ) else '%cinclude "%s.h"' % (35,filename)#
......@@ -28,4 +28,4 @@
#'%c'%35#define LL_#filename.upper().replace('-','_')#_H
#'%c'%35#endif LL_#filename.upper().replace('-','_')#_H
#'%c'%35#endif // LL_#filename.upper().replace('-','_')#_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment