Renamed VERIFAST_PROOF define into VERIFAST.

This commit is contained in:
Tobias Reinhard 2022-10-11 15:32:57 -04:00
parent 7f69232893
commit 497a23d2eb
6 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
*/
/* Verifast proof setup */
#ifdef VERIFAST_PROOF
#ifdef VERIFAST
#include "verifast_proof_defs.h"
#endif