File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
src/plugins/VMProfileLinuxSupportPlugin Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 123123 * getSystemAttribute: 1001 ("platform name") to answer 'Win32' on Windows.
124124 * Yes, this is regrettable. No, it's not easy to fix without breaking existing
125125 * images :-(. The NT vs CE distinction isn't particularly meaningful either.
126- * Further (see sqWin32Window.c) parameter 1005 (the windoing sytsem name) also
126+ * Further (see sqWin32Window.c) parameter 1005 (the windoing system name) also
127127 * answers Win32. Perhaps this could be changed to "Windows", because at least
128128 * in a base Squeak 5.1 image as of mid 2017 there is no use of windowSystemName
129129 * that depends on its result being 'Win32' (see e.g. HandMorph class>>
Original file line number Diff line number Diff line change 11/* Automatically generated by
2- VMPluginCodeGenerator VMMaker.oscog-eem.2394 uuid: 61ae96f8-fd2b-4208-87ff-cf1cd6b3f859
2+ VMPluginCodeGenerator VMMaker.oscog-topa.2418 uuid: 6a3317fd-ca50-498f-8879-332f920fe363
33 from
4- VMProfileLinuxSupportPlugin VMMaker.oscog-eem.2394 uuid: 61ae96f8-fd2b-4208-87ff-cf1cd6b3f859
4+ VMProfileLinuxSupportPlugin VMMaker.oscog-topa.2418 uuid: 6a3317fd-ca50-498f-8879-332f920fe363
55 */
6- static char __buildInfo [] = "VMProfileLinuxSupportPlugin VMMaker.oscog-eem.2394 uuid: 61ae96f8-fd2b-4208-87ff-cf1cd6b3f859 " __DATE__ ;
6+ static char __buildInfo [] = "VMProfileLinuxSupportPlugin VMMaker.oscog-topa.2418 uuid: 6a3317fd-ca50-498f-8879-332f920fe363 " __DATE__ ;
77
88
99
@@ -17,6 +17,7 @@ static char __buildInfo[] = "VMProfileLinuxSupportPlugin VMMaker.oscog-eem.2394
1717#if defined(HAVE_DLFCN_H )
1818# include <dlfcn.h>
1919#endif
20+ #include <link.h>
2021
2122/* Default EXPORT macro that does nothing (see comment in sq.h): */
2223#define EXPORT (returnType ) returnType
@@ -101,9 +102,9 @@ extern
101102struct VirtualMachine * interpreterProxy ;
102103static const char * moduleName =
103104#ifdef SQUEAK_BUILTIN_PLUGIN
104- "VMProfileLinuxSupportPlugin VMMaker.oscog-eem.2394 (i)"
105+ "VMProfileLinuxSupportPlugin VMMaker.oscog-topa.2418 (i)"
105106#else
106- "VMProfileLinuxSupportPlugin VMMaker.oscog-eem.2394 (e)"
107+ "VMProfileLinuxSupportPlugin VMMaker.oscog-topa.2418 (e)"
107108#endif
108109;
109110static sqInt numModules ;
You can’t perform that action at this time.
0 commit comments