diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 17:03:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 17:03:13 +0000 |
commit | d28ae29053f3467fd6f772c0879ef1dd9279ccd6 (patch) | |
tree | 764c5a83bcb89722d46608a7238a842c1b1af3aa /math/freefem++/files | |
parent | 55afd6a9f95010aa5a2a3eaf2724c0fc63aa0240 (diff) | |
download | ports-d28ae29053f3467fd6f772c0879ef1dd9279ccd6.tar.gz ports-d28ae29053f3467fd6f772c0879ef1dd9279ccd6.zip |
Notes
Diffstat (limited to 'math/freefem++/files')
-rw-r--r-- | math/freefem++/files/patch-src::AnyType.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/freefem++/files/patch-src::AnyType.hpp b/math/freefem++/files/patch-src::AnyType.hpp new file mode 100644 index 000000000000..1b26f3907ef5 --- /dev/null +++ b/math/freefem++/files/patch-src::AnyType.hpp @@ -0,0 +1,12 @@ +--- ./src/AnyType.hpp.orig Sat May 31 11:53:05 2003 ++++ ./src/AnyType.hpp Sun Feb 29 16:13:27 2004 +@@ -5,7 +5,8 @@ + class basicForEachType; + typedef const basicForEachType * aType; + +-typedef unsigned char AnyData[24]; ++//typedef unsigned char AnyData[24]; ++typedef unsigned char AnyData[2*(sizeof(void*)+2*sizeof(double))]; + + extern map<const string,basicForEachType *> map_type; + |