summaryrefslogtreecommitdiff
path: root/lang/gforth/files/patch-configure
blob: 0bad370608699a9fb5c564de0c5793a3342c381a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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);
 }