diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-12 11:42:54 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-12 11:42:54 +0000 |
commit | b45426fc85067c8efbe3d4d4f5fe673bfa43cc79 (patch) | |
tree | ac26bc03a6e23b7a6fa61cfa47457df20b1b9ce0 /lang/polyml/files/patch-libpolyml_xwindows.cpp | |
parent | lang/crystal: Update to 0.36.1 (diff) |
lang/polyml: Update to 5.8.1
- Bug fix release for version 5.8
- Visual Studio projects have been updated to VS2017 and SDK 10
Changelog: https://github.com/polyml/polyml/releases/tag/v5.8.1
PR: 253282
Submitted by: Wen Heping <wen@FreeBSD.org>
Reviewed by: tcberner (mentor)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D28529
Notes
Notes:
svn path=/head/; revision=565011
Diffstat (limited to 'lang/polyml/files/patch-libpolyml_xwindows.cpp')
-rw-r--r-- | lang/polyml/files/patch-libpolyml_xwindows.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/polyml/files/patch-libpolyml_xwindows.cpp b/lang/polyml/files/patch-libpolyml_xwindows.cpp new file mode 100644 index 000000000000..da35f2ccb983 --- /dev/null +++ b/lang/polyml/files/patch-libpolyml_xwindows.cpp @@ -0,0 +1,11 @@ +--- libpolyml/xwindows.cpp.orig 2020-07-17 08:44:22 UTC ++++ libpolyml/xwindows.cpp +@@ -7302,7 +7302,7 @@ static void DebugPrintWord(PolyWord P /* was X_Object + : printf("Old Display <%p>",P.AsAddress())); + return; + +- default: printf("Pointer "ZERO_X"%p",P.AsAddress()); ++ default: printf("Pointer 'ZERO_X' %p", P.AsAddress()); + return; + } + } |