From: Akim Demaille Date: Tue, 13 Apr 2010 20:05:42 +0000 (+0200) Subject: test location_type. X-Git-Tag: v2.7.90~697 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/24bb8c8c257631f988941fcd78ecce09bc5d5f23?ds=inline;hp=24bb8c8c257631f988941fcd78ecce09bc5d5f23 test location_type. * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_LOCATION_TYPE_IF. (_AT_BISON_OPTION_POPDEFS): Undefine AT_LOCATION_TYPE_IF. * tests/calc.at (_AT_DATA_CALC_Y): When %define location_type is used, provide a user location type and use it. (Simple LALR1 C++ Calculator): Add a test case for location_type. ---