blob: cdd0bd96d17c2b8594744190feb43d2a25f4e4ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ./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, ...)
|