Skip to content
Snippets Groups Projects
Commit 2c259afb authored by Nick Boldt's avatar Nick Boldt
Browse files

switch to 64-bit variables (3)


Signed-off-by: default avatarnickboldt <nboldt@redhat.com>
parent 4871dd7a
No related branches found
No related tags found
No related merge requests found
Showing
with 38 additions and 38 deletions
......@@ -50,11 +50,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -79,11 +79,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......
......@@ -307,7 +307,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
}
}
......
......@@ -50,11 +50,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -79,11 +79,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......
......@@ -306,7 +306,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
}
}
......
......@@ -50,11 +50,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -79,11 +79,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......
......@@ -310,7 +310,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
}
}
......
......@@ -50,11 +50,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -79,11 +79,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......
......@@ -310,7 +310,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
}
}
......
......@@ -50,11 +50,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -79,11 +79,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$eclipse_file_win32_win32_x86;
$recommendedFile=$eclipse_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$eclipse_file_linux_gtk_x86;
$recommendedFile=$eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$eclipse_file_macosx_carbon_ppc;
$recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......@@ -110,11 +110,11 @@
$usersPlatform = getPlatform();
// assume windows by default, since likely most frequent, even for cases where
// platform is "unknown". I've noticed Opera reports 'unknown' :(
$recommendedFile=$e4x_file_win32_win32_x86;
$recommendedFile=$e4x_file_win32_win32_x86_64;
if (strcmp($usersPlatform,"linux")== 0) {
$recommendedFile=$e4x_eclipse_file_linux_gtk_x86;
$recommendedFile=$e4x_eclipse_file_linux_gtk_x86_64;
} else if (strcmp($usersPlatform,"mac") == 0) {
$recommendedFile=$e4x_eclipse_file_macosx_carbon_ppc;
$recommendedFile=$e4x_eclipse_file_macosx_cocoa_x86_64;
}
echo "<td align=\"right\">";
......
......@@ -309,7 +309,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment