Fix for wrong tokens for GNU/MSVC attribute captures (parse_attributes)

Also a fix for a typo in the readme...
This commit is contained in:
2023-08-08 15:35:06 -04:00
parent c7647ab00f
commit 67d02c1f62
4 changed files with 13 additions and 11 deletions

View File

@ -18,7 +18,7 @@ int gen_main()
check_SOA();
check_singleheader_ast();
// check_singleheader_ast();
return 0;
}