Bug #3769 ยป mod-remove-const.patch
| variable.c | ||
|---|---|---|
|
* remove_const(sym) -> obj
|
||
|
*
|
||
|
* Removes the definition of the given constant, returning that
|
||
|
* constant's value. Predefined classes and singleton objects (such as
|
||
|
* <i>true</i>) cannot be removed.
|
||
|
* constant's value.
|
||
|
*/
|
||
|
VALUE
|
||