The document describes an update to Ring's code generator for extensions that improves support for constant types. The update allows constants to be types other than numbers, such as strings and pointers. To use this, code can be added before and after <constant> tags to set the default constant type to C_CONSTANT_TYPE_POINTER and the pointer type to "void *". This would properly handle constants like GLUT font pointers in the RingFreeGLUT extension example provided.