]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
simplify the handling of <> and <*>'s code_props.
[bison.git] / src / symtab.h
index 31c46960aeec2f9f7be605265a1b622f04d0ac33..9377800801e4d6bc793e6e622545de7d616a1e9a 100644 (file)
@@ -277,16 +277,4 @@ void symbols_check_defined (void);
    #token_translations.  */
 void symbols_pack (void);
 
-
-/*---------------------------------------.
-| Default %destructor's and %printer's.  |
-`---------------------------------------*/
-
-/** Set the default \c \%destructor or \c \%printer for tagged values.  */
-void default_tagged_code_props_set (code_props_type kind,
-                                    code_props const *code);
-/** Set the default \c \%destructor or \c \%printer for tagless values.  */
-void default_tagless_code_props_set (code_props_type kind,
-                                     code_props const *destructor);
-
 #endif /* !SYMTAB_H_ */