From d277a6259ea50d6baf1ab1a411c5555e338394e4 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 15 Apr 2023 20:12:53 +0900 Subject: Lay ground work for concrete execution --- lib/Core/ExecutionState.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Core/ExecutionState.h') diff --git a/lib/Core/ExecutionState.h b/lib/Core/ExecutionState.h index 5df7ad70..1a3f42e7 100644 --- a/lib/Core/ExecutionState.h +++ b/lib/Core/ExecutionState.h @@ -229,6 +229,9 @@ public: /// @ brief The patch number, starting from 1; 0 being the original. std::uint64_t patchNo = 0; + /// @ brief Environment variable for runtime metaprogram switching. + std::string metaEnvVar = ""; + /// @ brief Terminated on exit, awaiting comparison. std::string formula = ""; -- cgit 1.4.1