Linked const pointer rewrite to filed VeriFast issue 333.

This commit is contained in:
Tobias Reinhard 2022-11-13 14:35:02 -05:00
parent 7c9711cb88
commit 1e2acf6139

View file

@ -37,6 +37,8 @@ rewrite "__attribute__(([_a-z]*))" ""
rewrite "__attribute__( ( [_a-z]* ) )" ""
echo "Removing const qualifiers from pointers"
echo "Reported issue 333:"
echo "https://github.com/verifast/verifast/issues/333"
rewrite "[*] const" "*"
rewrite "const [*]" "*"