freebsd-ports/lang/gforth/files/patch-configure
Stanislav Sedov e5883676e3 - Add files forgotten in the last commit
Approved by:	portmgr (erwin)
2006-10-21 13:11:07 +00:00

12 lines
209 B
Text

--- configure.orig Sat Oct 21 02:49:22 2006
+++ configure Sat Oct 21 02:49:27 2006
@@ -8079,8 +8079,8 @@
if (x) {
label1:
asm("$i");
- label2:
}
+ label2:
return (&&label2)-(&&label1);
}