- Access this field only through <tt>symbol</tt>'s interface functions. For
- example, if <tt>symbol::destructor = NULL</tt>, a default \c \%destructor
- or a per-type \c \%destructor might be appropriate, and
- \c symbol_destructor_get will compute the correct one. */
- const char *destructor;
-
- /** The location of \c symbol::destructor.
-
- Access this field only through <tt>symbol</tt>'s interface functions.
- \sa symbol::destructor */
- location destructor_location;
+ Access this field only through <tt>symbol</tt>'s interface
+ functions. For example, if <tt>symbol::destructor = NULL</tt>, a
+ default \c \%destructor or a per-type \c \%destructor might be
+ appropriate, and \c symbol_destructor_get will compute the
+ correct one. */
+ code_props destructor;