Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseUtil.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipseUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseUtil.c b/bundles/org.eclipse.equinox.executable/library/eclipseUtil.c
index 09eb9fd8b..130afb347 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipseUtil.c
+++ b/bundles/org.eclipse.equinox.executable/library/eclipseUtil.c
@@ -293,6 +293,7 @@ char* getVMVersion( char *vmPath )
return version;
}
+#endif /* AIX */
/* Compare JVM Versions of the form "x.x.x..."
*
@@ -330,4 +331,3 @@ int versionCmp(char *ver1, char *ver2)
return versionCmp((char*)(dot1 + 1), (char*)(dot2 + 1) );
}
-#endif /* AIX */

Back to the top