X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcc65.git;a=blobdiff_plain;f=cc65-types.patch;fp=cc65-types.patch;h=6c1270533e10cb39331b9d851ca520d160238bf2;hp=0000000000000000000000000000000000000000;hb=eecfead53f7b775c5c6bdae7a137443467128197;hpb=10e9828f37d56f2b19da7f4ac82ce20d02133b8a diff --git a/cc65-types.patch b/cc65-types.patch new file mode 100644 index 0000000..6c12705 --- /dev/null +++ b/cc65-types.patch @@ -0,0 +1,11 @@ +--- cc65-2.10.0/src/cc65/datatype.c.orig 2003-11-28 22:12:13.000000000 +0000 ++++ cc65-2.10.0/src/cc65/datatype.c 2003-12-25 18:58:19.000000000 +0000 +@@ -761,7 +761,7 @@ + */ + { + CHECK (IsTypeArray (T)); +- return (unsigned) Decode (T+1); ++ return (long) Decode (T+1); + } + +