From: Gerard Goossen Date: Thu, 5 Nov 2009 21:57:20 +0000 (+0100) Subject: Add a line directive to op.c and perl.c such that error messages refer to the origina... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b88f2805a1717a959eb17ecb3e8968e25f54d02;p=p5sagit%2Fp5-mst-13.2.git Add a line directive to op.c and perl.c such that error messages refer to the original files insted of to the copied files perlmini.c and opmini.c --- diff --git a/op.c b/op.c index d7a5234..504fae9 100644 --- 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 --- 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