From 68d26922e31aad3cb34dd3b7689bcec75ad70fcb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 25 Sep 2014 07:38:09 +0200 Subject: Add a python script to automatically generate disp_tree. --- errorout.adb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'errorout.adb') diff --git a/errorout.adb b/errorout.adb index a701e1a..2a6d277 100644 --- a/errorout.adb +++ b/errorout.adb @@ -813,13 +813,10 @@ package body Errorout is when Iir_Kind_Binding_Indication => return "binding indication"; - when Iir_Kind_Error => return "error"; - --- when others => --- Error_Kind ("disp_node", Node); --- return "???"; + when Iir_Kind_Unused => + return "*unused*"; end case; end Disp_Node; -- cgit