diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-10-16 07:56:34 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-10-16 07:56:34 +0000 |
commit | d98d41a7fcc178a5cedb155cabb7cde85b014f64 (patch) | |
tree | 36c03bb6cf2f6dc838a31f6f94d6b00b77c7c5f7 /translate/ghdldrv/ghdl_mcode.adb | |
parent | 70cc586c068c297bdd1fbb0285473246f8812655 (diff) | |
download | ghdl-d98d41a7fcc178a5cedb155cabb7cde85b014f64.tar.gz ghdl-d98d41a7fcc178a5cedb155cabb7cde85b014f64.tar.bz2 ghdl-d98d41a7fcc178a5cedb155cabb7cde85b014f64.zip |
updated for ghdl-0.20
Diffstat (limited to 'translate/ghdldrv/ghdl_mcode.adb')
-rw-r--r-- | translate/ghdldrv/ghdl_mcode.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdl_mcode.adb b/translate/ghdldrv/ghdl_mcode.adb index 3506856ce..56b23420c 100644 --- a/translate/ghdldrv/ghdl_mcode.adb +++ b/translate/ghdldrv/ghdl_mcode.adb @@ -24,7 +24,7 @@ procedure Ghdl_Mcode is begin -- Manual elaboration so that the order is known (because it is the order -- used to display help). - Ghdlmain.Version_String := new String'("(Use the mcode code generator.)"); + Ghdlmain.Version_String := new String'("mcode code generator"); Ghdlrun.Register_Commands; Ghdllocal.Register_Commands; Ghdlprint.Register_Commands; |