summaryrefslogtreecommitdiff
path: root/ortho/gcc/ortho-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/gcc/ortho-lang.c')
-rw-r--r--ortho/gcc/ortho-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/gcc/ortho-lang.c b/ortho/gcc/ortho-lang.c
index c37e391..449f1b6 100644
--- a/ortho/gcc/ortho-lang.c
+++ b/ortho/gcc/ortho-lang.c
@@ -385,7 +385,7 @@ ortho_parse_file (int debug)
filename = in_fnames[0];
linemap_add (line_table, LC_ENTER, 0, filename ? filename :"*no-file*", 1);
- input_location = linemap_line_start (line_table, 0, 252);
+ input_location = linemap_line_start (line_table, 1, 252);
if (!lang_parse_file (filename))
errorcount++;