summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f66b9eb..c2f5be5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -49,12 +49,18 @@ task :convert do
x: ElnaLocation;
y: ElnaLocation;
begin
+ y.line := 1;
+ y.column := 3;
x := y;
+ printf("# %i %i %i %i\\n\\0", x.line, x.column, y.line, y.column)
end;
+ begin
+ f();
FUN
+ else
+ current_stage << line
end
- current_stage << line
end
end
end