Add a line directive to op.c and perl.c such that error messages refer to the origina...
Gerard Goossen [Thu, 5 Nov 2009 21:57:20 +0000 (22:57 +0100)]
op.c
perl.c

diff --git a/op.c b/op.c
index d7a5234..504fae9 100644 (file)
--- a/op.c
+++ b/op.c
@@ -1,3 +1,4 @@
+#line 2 "op.c"
 /*    op.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
diff --git a/perl.c b/perl.c
index 1ca8bc8..e1c9ee1 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1,3 +1,4 @@
+#line 2 "perl.c"
 /*    perl.c
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001