From 2e0e05aa3c1ba35608bc4f0f8a6718cca3e414b9 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 8 Feb 2017 12:54:04 +0100 Subject: basic: another SOLARIS check here converted to __sun Change-Id: Iec76b096cfcab4bd45b77bdb1438776bf5de69ca --- basic/source/classes/sbxmod.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index c9c7b739e8ce..8976a89be9cd 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -1097,7 +1097,7 @@ void SbModule::Run( SbMethod* pMeth ) // Empiric value, 900 = needed bytes/Basic call level // for Linux including 10% safety margin nMaxCallLevel = rl.rlim_cur / 900; -#elif defined SOLARIS +#elif defined __sun // Empiric value, 1650 = needed bytes/Basic call level // for Solaris including 10% safety margin nMaxCallLevel = rl.rlim_cur / 1650; -- cgit