aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/translate/trans.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/trans.adb b/src/vhdl/translate/trans.adb
index 67cdd1e80..de7fd3995 100644
--- a/src/vhdl/translate/trans.adb
+++ b/src/vhdl/translate/trans.adb
@@ -182,7 +182,7 @@ package body Trans is
package body Chap10 is
-- Identifiers.
-- The following functions are helpers to create ortho identifiers.
- Identifier_Buffer : String (1 .. 512);
+ Identifier_Buffer : String (1 .. 4096);
Identifier_Len : Natural := 0;
Identifier_Start : Natural := 1;