From: Paul Eggert Date: Thu, 22 Jul 2004 14:40:21 +0000 (+0000) Subject: (_AT_CHECK_PRINTER_AND_DESTRUCTOR, X-Git-Tag: BISON-2_0~130 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ac700aa646de0ea6b4d07af24ff6ca67e529486a?hp=ac700aa646de0ea6b4d07af24ff6ca67e529486a (_AT_CHECK_PRINTER_AND_DESTRUCTOR, AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument UNION-FLAG. All callers changed. (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union. Use type char, not unsigned int, when declaring an array of char; this lets us remove a cast. (Printers and Destructors): Add non-%union test cases. ---