]> git.pld-linux.org Git - packages/Yap.git/commitdiff
- portability fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Dec 2004 00:16:58 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Yap-port.patch -> 1.1

Yap-port.patch [new file with mode: 0644]

diff --git a/Yap-port.patch b/Yap-port.patch
new file mode 100644 (file)
index 0000000..2646af6
--- /dev/null
@@ -0,0 +1,22 @@
+--- Yap-4.5.4/C/c_interface.c.orig     2004-11-19 23:08:41.000000000 +0100
++++ Yap-4.5.4/C/c_interface.c  2004-12-10 00:49:16.000000000 +0100
+@@ -986,7 +986,7 @@
+ {
+   yamop *codeaddr;
+   int mod = CurrentModule;
+-  Term tn = TermNil
++  Term tn = TermNil;
+   BACKUP_MACHINE_REGS();
+--- Yap-4.5.4/C/absmi.c.orig   2004-12-05 06:01:21.000000000 +0100
++++ Yap-4.5.4/C/absmi.c        2004-12-10 00:36:45.000000000 +0100
+@@ -265,7 +265,7 @@
+      return;
+   }
+ #endif
+-  fprintf(FProf,"0 %p\n", PREG);
++  fprintf(FProf,"0 %p\n", P);
+   return;
+ }
This page took 0.033747 seconds and 4 git commands to generate.