You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/polyml/files/polyml-5.9-c++11.patch

12 lines
433 B

--- a/libpolyml/xwindows.cpp 2023-01-22 10:40:35.855024465 +0100
+++ b/libpolyml/xwindows.cpp 2023-01-22 10:41:00.798613288 +0100
@@ -7274,7 +7274,7 @@
: printf("Old Display <%p>",P.AsAddress()));
return;
- default: printf("Pointer "ZERO_X"%p",P.AsAddress());
+ default: printf("Pointer %p",P.AsAddress());
return;
}
}