diff options
Diffstat (limited to 'perl.h.rej')
-rw-r--r-- | perl.h.rej | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/perl.h.rej b/perl.h.rej new file mode 100644 index 0000000000..0ecf644d64 --- /dev/null +++ b/perl.h.rej @@ -0,0 +1,41 @@ +*************** +*** 1,4 **** +! /* $RCSfile: perl.h,v $$Revision: 4.0.1.6 $$Date: 1992/06/08 14:55:10 $ + * + * Copyright (c) 1991, Larry Wall + * +--- 1,4 ---- +! /* $RCSfile: perl.h,v $$Revision: 4.0.1.7 $$Date: 1993/02/05 19:40:30 $ + * + * Copyright (c) 1991, Larry Wall + * +*************** +*** 6,17 **** + * License or the Artistic License, as specified in the README file. + * + * $Log: perl.h,v $ +! * Revision 4.0.1.6 1992/06/08 14:55:10 lwall + * patch20: added Atari ST portability + * patch20: bcopy() and memcpy() now tested for overlap safety + * patch20: Perl now distinguishes overlapped copies from non-overlapped + * patch20: removed implicit int declarations on functions +! * + * Revision 4.0.1.5 91/11/11 16:41:07 lwall + * patch19: uts wrongly defines S_ISDIR() et al + * patch19: too many preprocessors can't expand a macro right in #if +--- 6,20 ---- + * License or the Artistic License, as specified in the README file. + * + * $Log: perl.h,v $ +! * Revision 4.0.1.7 1993/02/05 19:40:30 lwall +! * patch36: worked around certain busted compilers that don't init statics right +! * +! * Revision 4.0.1.6 92/06/08 14:55:10 lwall + * patch20: added Atari ST portability + * patch20: bcopy() and memcpy() now tested for overlap safety + * patch20: Perl now distinguishes overlapped copies from non-overlapped + * patch20: removed implicit int declarations on functions +! * + * Revision 4.0.1.5 91/11/11 16:41:07 lwall + * patch19: uts wrongly defines S_ISDIR() et al + * patch19: too many preprocessors can't expand a macro right in #if |