Files
ports/lang/polyml/patches/patch-libpolyml_xwindows_cpp
daniel 4f5acb8126 import lang/polyml
A language in the ML family similar to lang/ocaml. Originally submitted to
ports@ by Leo Larnack in 2022 and updated and tidied up by me for import.

ok kirill@
2025-06-12 11:09:28 +00:00

13 lines
457 B
Plaintext

Index: libpolyml/xwindows.cpp
--- libpolyml/xwindows.cpp.orig
+++ libpolyml/xwindows.cpp
@@ -7274,7 +7274,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;
}
}