- --experimental is now available in the normal version, but for experts

only.
This commit is contained in:
ccremers 2006-02-28 14:06:12 +00:00
parent a4429d548f
commit 282c0d5094

View File

@ -926,13 +926,14 @@ switcher (const int process, int index, int commandline)
}
}
#ifdef DEBUG
/* ==================
* Experimental options
*
* Only with debugging version
* Only for experts
*/
if (switches.expert)
{
if (detect (' ', "experimental", 1))
{
if (!process)
@ -945,7 +946,7 @@ switcher (const int process, int index, int commandline)
return index;
}
}
#endif
}
/* ==================
* Misc switches