This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
805bf31
)
Add a line directive to op.c and perl.c such that error messages refer to the origina...
author
Gerard Goossen
<gerard@ggoossen.net>
Thu, 5 Nov 2009 21:57:20 +0000
(22:57 +0100)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 6 Nov 2009 16:16:42 +0000
(17:16 +0100)
op.c
patch
|
blob
|
blame
|
history
perl.c
patch
|
blob
|
blame
|
history
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,
/* 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
/* perl.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001