]> git.pld-linux.org Git - packages/blassic.git/commitdiff
- don't treat size_t and unsigned long as different types;
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Dec 2003 15:26:13 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  use unsigned int and unsigned long instead

Changed files:
    blassic-types.patch -> 1.1

blassic-types.patch [new file with mode: 0644]

diff --git a/blassic-types.patch b/blassic-types.patch
new file mode 100644 (file)
index 0000000..40427a0
--- /dev/null
@@ -0,0 +1,11 @@
+--- blassic-0.7.2/result.h.orig        2003-08-25 18:26:08.000000000 +0000
++++ blassic-0.7.2/result.h     2003-12-06 14:56:37.000000000 +0000
+@@ -165,7 +165,7 @@
+               vartype= VarInteger;
+               varinteger= inum;
+       }
+-      /*BlResult & */ void operator = (size_t inum)
++      /*BlResult & */ void operator = (unsigned int inum)
+       {
+               vartype= VarInteger;
+               varinteger= inum;
This page took 0.066209 seconds and 4 git commands to generate.