diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 11:38:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 11:38:26 +0000 |
commit | f98f52441be0f4812793a575472bcf9fec242bb7 (patch) | |
tree | 903e1c567c30c4351cd32c3c7aff35c8b9833726 /lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz | |
parent | One more attempt to fix build on amd64. (diff) |
- Update to 1.3.1.20040616
- Incorporate debian patches to fix build with gcc3
PR: ports/86058
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=142918
Diffstat (limited to 'lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz')
-rw-r--r-- | lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz b/lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz new file mode 100644 index 000000000000..9054c86a06b1 --- /dev/null +++ b/lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz @@ -0,0 +1,22 @@ +--- ./share/lib/compiler/CheckTupleSyntax.oz.orig Tue Oct 10 19:24:15 2000 ++++ ./share/lib/compiler/CheckTupleSyntax.oz Sat Sep 3 18:46:09 2005 +@@ -6,8 +6,8 @@ + %%% Leif Kornstaedt, 1998 + %%% + %%% Last change: +-%%% $Date: 2000/10/10 23:24:15 $ by $Author: duchier $ +-%%% $Revision: 1.21 $ ++%%% $Date: 2005/02/03 11:50:19 $ by $Author: glynn $ ++%%% $Revision: 1.21.16.1 $ + %%% + %%% This file is part of Mozart, an implementation of Oz 3: + %%% http://www.mozart-oz.org +@@ -115,6 +115,8 @@ + {Type.ask.int I} {Coord C} + [] fLoop(E C) then {Phrase E} {Coord C} + [] fMacro(Es C) then {ForAll Es Phrase} {Coord C} ++ [] fDotAssign(P1 P2 C) then {Phrase P1} {Phrase P2} {Coord C} ++ [] fColonEquals(P1 P2 C) then {Phrase P1} {Phrase P2} {Coord C} + [] fFOR(Ds B C) then {ForAll Ds ForDecl} {Phrase B} {Coord C} + else {FDExpression X} + end |