mirror of https://github.com/status-im/evmc.git
Mark EVMC_LATEST_REVISION as deprecated
This commit is contained in:
parent
2827ca621b
commit
dc25196cd1
|
@ -720,7 +720,15 @@ enum evmc_revision
|
|||
EVMC_ISTANBUL = 6,
|
||||
|
||||
/** The maximum EVM revision supported. */
|
||||
EVMC_MAX_REVISION = EVMC_ISTANBUL
|
||||
EVMC_MAX_REVISION = EVMC_ISTANBUL,
|
||||
|
||||
|
||||
/**
|
||||
* The latests EVM revision supported.
|
||||
*
|
||||
* @deprecated Replaced with ::EVMC_MAX_REVISION.
|
||||
*/
|
||||
EVMC_LATEST_REVISION EVMC_DEPRECATED = EVMC_MAX_REVISION
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue