include/prism/util/pm_constant_pool.h in prism-0.22.0 vs include/prism/util/pm_constant_pool.h in prism-0.23.0

- old
+ new

@@ -161,10 +161,10 @@ * @param pool The pool to find the constant in. * @param start A pointer to the start of the constant. * @param length The length of the constant. * @return The id of the constant. */ -pm_constant_id_t pm_constant_pool_find(pm_constant_pool_t *pool, const uint8_t *start, size_t length); +pm_constant_id_t pm_constant_pool_find(const pm_constant_pool_t *pool, const uint8_t *start, size_t length); /** * Insert a constant into a constant pool that is a slice of a source string. * Returns the id of the constant, or 0 if any potential calls to resize fail. *