1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/mozart/files/patch-platform-emulator-libfset-fsaux.cc
Pav Lucistnik f98f52441b - 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)
2005-09-16 11:38:26 +00:00

23 lines
655 B
C++

--- ./platform/emulator/libfset/fsaux.cc.orig Wed Sep 3 09:10:39 2003
+++ ./platform/emulator/libfset/fsaux.cc Sat Sep 3 18:46:08 2005
@@ -9,8 +9,8 @@
* Organization or Person (Year(s))
*
* Last change:
- * $Date: 2003/09/03 13:10:39 $ by $Author: popow $
- * $Revision: 1.19 $
+ * $Date: 2005/01/30 10:43:17 $ by $Author: glynn $
+ * $Revision: 1.19.8.1 $
*
* This file is part of Mozart, an implementation
* of Oz 3:
@@ -28,7 +28,7 @@
#include "fsaux.hh"
-template _OZ_ParamIterator<OZ_Return>;
+template class _OZ_ParamIterator<OZ_Return>;
extern FILE *cpi_fileout;
void oz_fsetdebugprint(char *format, ...)