Renamed preprocessed file such that name is legal C identifier.

This is necessary for VeriFast to refer to the file as module.
This commit is contained in:
Tobias Reinhard 2022-11-03 13:16:10 -04:00
parent e064c380d7
commit 01c19a2099
3 changed files with 101 additions and 101 deletions

View file

@ -29,7 +29,7 @@ LOG_PP_ERR="$LOG_PP_OUT_DIR/error--$TIMESTAMP.c"
LOG_VF_RW_TASK_C="$LOG_PP_OUT_DIR/tasks--vf_rw--$TIMESTAMP.c" LOG_VF_RW_TASK_C="$LOG_PP_OUT_DIR/tasks--vf_rw--$TIMESTAMP.c"
PP_OUT_DIR="$VF_PROOF_BASE_DIR/preprocessed_files" PP_OUT_DIR="$VF_PROOF_BASE_DIR/preprocessed_files"
PP_TASK_C="$PP_OUT_DIR/tasks--pp.c" PP_TASK_C="$PP_OUT_DIR/tasks__pp.c"

View file

@ -11,7 +11,7 @@ echo Path to vfide binary : "\'$VFIDE\'"
START_WD=`pwd` START_WD=`pwd`
PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040" PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040"
PP_SCRIPT="./preprocess_tasks_c.sh" PP_SCRIPT="./preprocess_tasks_c.sh"
PP_TASK_C="$START_WD/preprocessed_files/tasks--pp.c" PP_TASK_C="$START_WD/preprocessed_files/tasks__pp.c"
FONT_SIZE=16 FONT_SIZE=16