2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/sfdc-1.4/main.pl.diff
Krystian Bacławski 8fd7d0f9cd Argasek's patch.
2013-09-07 10:00:40 +02:00

23 lines
795 B
Diff

--- sfdc-1.4/main.pl 2005-09-24 16:49:49.000000000 +0200
+++ sfdc-1.4/main.pl 2013-08-30 15:13:28.000000000 +0200
@@ -418,7 +418,7 @@
my $comment = '';
my $result = {
- copyright => 'Copyright © 2001 Amiga, Inc.',
+ copyright => 'Copyright (c) 2001 Amiga, Inc.',
id => '',
libname => '',
base => '',
@@ -849,8 +849,8 @@
# Make sure we have the same number of arguments as registers, or,
- # if this is a varargs function, possible one extra, á la "MethodID, ...".
- # Tagcalls always have one extra, á la "Tag, ...".
+ # if this is a varargs function, possible one extra, a la "MethodID, ...".
+ # Tagcalls always have one extra, a la "Tag, ...".
if (($prototype->{type} eq 'varargs' &&
$prototype->{subtype} eq 'tagcall' &&