aboutsummaryrefslogtreecommitdiffstats
path: root/incdec.m4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'incdec.m4.pl')
-rw-r--r--incdec.m4.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/incdec.m4.pl b/incdec.m4.pl
index 46e9a7e..b5d3c72 100644
--- a/incdec.m4.pl
+++ b/incdec.m4.pl
@@ -1,4 +1,9 @@
INCLUDE_INCDEC_SUBROUTINE
-my $output = incdec($line, $increment_by, $point_position, $backward);
+my ($output, $start_position) = incdec(
+ $line,
+ $increment_by,
+ $point_position,
+ $backward
+);
print $output;