aboutsummaryrefslogtreecommitdiffstats
path: root/parse.adb
diff options
context:
space:
mode:
authorBrian Drummond <brian@shapes.demon.co.uk>2013-12-03 16:37:43 +0000
committerBrian Drummond <brian@shapes.demon.co.uk>2013-12-03 16:37:43 +0000
commit276e78d5b48853ae3bca02c3491db21dacd5a210 (patch)
tree2b009ea7b2d6d103956d6eb3f85110b157df8daa /parse.adb
parente5ce84621b0d889b60c60aa49f82864471ed507b (diff)
downloadghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.tar.gz
ghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.tar.bz2
ghdl-276e78d5b48853ae3bca02c3491db21dacd5a210.zip
Style errors and mcode Makefile change
Diffstat (limited to 'parse.adb')
-rw-r--r--parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.adb b/parse.adb
index ec25fa2f5..dc1fad6f5 100644
--- a/parse.adb
+++ b/parse.adb
@@ -3987,7 +3987,7 @@ package body Parse is
when Iir_Kind_Attribute_Name => -- Support issue 3060
Error_Msg_Parse ("Attribute cannot be applied to procedure call");
when others =>
- -- Support issue 2686 : no testcase, at least improve the error message
+ -- Support issue 2686 : no testcase, but improve the error message
Error_Kind("parenthesis_name_to_procedure_call", Name);
-- raise Internal_Error;
end case;