mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
4f5acb8126
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@
13 lines
457 B
Plaintext
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;
|
|
}
|
|
}
|