scanner: argh... es kommen ja scancodes rein und keine asciicodes!
[hwmod.git] / src / parser.vhd
index ec03fedc4e407f4c4ef9a98e68562b9422d501ed..54aebe61eb3ecd39ef22e467042ab617b0f998db 100644 (file)
@@ -349,9 +349,9 @@ begin
 
                type errstrings is array (natural range 1 to 3) of hstring;
                constant error_str : errstrings := (
-                       1 => "                                                   Division durch Null" & nul,
-                       2 => "                                                                Syntax" & nul,
-                       3 => "                                                  Over- bzw. Underflow" & nul
+                       1 => "                                                    Division durch Null" & nul,
+                       2 => "                                                                 Syntax" & nul,
+                       3 => "                                                   Over- bzw. Underflow" & nul
                );
        begin
                -- internal