Add a note to EVMC_LATEST_REVISION

This commit is contained in:
Alex Beregszaszi 2019-01-14 13:38:03 +00:00
parent f064fdcbd8
commit fc19d8219d
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ enum evmc_revision
EVMC_CONSTANTINOPLE = 5, EVMC_CONSTANTINOPLE = 5,
EVMC_ISTANBUL = 6, EVMC_ISTANBUL = 6,
EVMC_LATEST_REVISION = EVMC_ISTANBUL EVMC_LATEST_REVISION = EVMC_ISTANBUL /**< This is the maximum revision number supported. */
}; };