Do not include c++ stitch marking in final single header

This commit is contained in:
Martin Hořeňovský 2017-08-17 16:00:53 +02:00
parent 632e023ff4
commit 185573e701
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ def parseFile( path, filename ):
for line in f:
if '// ~*~* CATCH_CPP_STITCH_PLACE *~*~' in line:
insertCpps()
continue
elif ifParser.match( line ):
ifdefs = ifdefs + 1
elif endIfParser.match( line ):