freebsd-ports/lang/polyml/files/patch-libpolyml_xwindows.cpp
Rainer Hurling b45426fc85 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
2021-02-12 11:42:54 +00:00

11 lines
451 B
C++

--- 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;
}
}