Uncomment formatting comments in build script (forgot to after completing fixes)

This commit is contained in:
Edward R. Gonzalez 2023-08-22 02:17:28 -04:00
parent a6c6574390
commit 49a2cd7b2c

View File

@ -444,7 +444,7 @@ if ( $bootstrap -and (Test-Path (Join-Path $path_project "gen/gen.hpp")) )
'gen.scanner.hpp', 'gen.scanner.cpp'
)
$exclude = $null
# format-cpp $path_gen $include $exclude
format-cpp $path_gen $include $exclude
format-cpp $path_comp_gen @( 'ast_inlines.hpp', 'ecode.hpp', 'especifier.hpp', 'eoperator.hpp', 'etoktype.cpp' ) $null
}
@ -455,7 +455,7 @@ if ( $singleheader -and (Test-Path (Join-Path $path_singleheader "gen/gen.hpp"))
'gen.hpp'
)
$exclude = $null
# format-cpp $path_gen $include $exclude
format-cpp $path_gen $include $exclude
}
if ( $test )