File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
--- sfdc/Dump.pl 2005-09-24 16:49:49.000000000 +0200
2
2
+++ sfdc/Dump.pl 2013-08-30 15:46:41.000000000 +0200
3
3
@@ -19,7 +19,7 @@
4
- my $sfd = $self->{SFD};
4
+ my $sfd = $self->{SFD};
5
5
6
- print "SFD information\n";
7
- - print "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n";
8
- + print "---------------\n";
9
- print "Copyright: $$sfd{'copyright'}\n";
10
- print "RCS ID: $$sfd{'id'}\n";
11
- print "Module name: $$sfd{'libname'}\n";
6
+ print "SFD information\n";
7
+ - print "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n";
8
+ + print "---------------\n";
9
+ print "Copyright: $$sfd{'copyright'}\n";
10
+ print "RCS ID: $$sfd{'id'}\n";
11
+ print "Module name: $$sfd{'libname'}\n";
Original file line number Diff line number Diff line change 1
1
--- sfdc/SFDCompile.pod 2005-09-24 16:49:49.000000000 +0200
2
2
+++ sfdc/SFDCompile.pod 2014-05-25 22:50:56.894529535 +0200
3
- @@ -326 ,7 +326 ,7 @@
3
+ @@ -334 ,7 +334 ,7 @@
4
4
=head1 NOTES
5
5
6
6
Had I seen F<cvinclude.pl> before I started writing this program, I
9
9
10
10
=head1 AUTHOR
11
11
12
- @@ -334 ,98 +334 ,114 @@
12
+ @@ -342 ,98 +342 ,114 @@
13
13
14
14
=head1 HISTORY
15
15
Original file line number Diff line number Diff line change 1
1
--- sfdc/main.pl 2005-09-24 16:49:49.000000000 +0200
2
2
+++ sfdc/main.pl 2013-08-30 15:13:28.000000000 +0200
3
- @@ -418 ,7 +418 ,7 @@
3
+ @@ -420 ,7 +420 ,7 @@
4
4
my $comment = '';
5
5
6
6
my $result = {
7
- - copyright => 'Copyright © 2001 Amiga, Inc.',
8
- + copyright => 'Copyright (c) 2001 Amiga, Inc.',
9
- id => '',
10
- libname => '',
11
- base => '',
12
- @@ -849 ,8 +849 ,8 @@
7
+ - copyright => 'Copyright © 2001 Amiga, Inc.',
8
+ + copyright => 'Copyright (c) 2001 Amiga, Inc.',
9
+ id => '',
10
+ libname => '',
11
+ base => '',
12
+ @@ -866 ,8 +866 ,8 @@
13
13
14
14
15
15
# Make sure we have the same number of arguments as registers, or,
19
19
+ # Tagcalls always have one extra, a la "Tag, ...".
20
20
21
21
if (($prototype->{type} eq 'varargs' &&
22
- $prototype->{subtype} eq 'tagcall' &&
22
+ $prototype->{subtype} eq 'tagcall' &&
You can’t perform that action at this time.
0 commit comments