]> git.pld-linux.org Git - packages/blassic.git/blobdiff - blassic-types.patch
- don't treat size_t and unsigned long as different types;
[packages/blassic.git] / blassic-types.patch
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.05523 seconds and 4 git commands to generate.