Fix S370 only build - nerak60510

git-svn-id: file:///home/jj/hercules.svn/trunk@4246 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Greg Smith
2007-01-14 19:42:38 +00:00
parent 2f198fb3c4
commit 57e220c504
3 changed files with 14 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
// $Id$
//
// $Log$
// Revision 1.42 2007/01/04 14:21:27 rbowler
// Decimal floating point does not require binary floating point
//
// Revision 1.41 2006/12/08 09:43:21 jj
// Add CVS message log
//
@@ -370,6 +373,11 @@
#endif
#endif /*defined(FEATURE_MESSAGE_SECURITY_ASSIST)*/
/* Suggestest by nearak60510 */
#if !defined(OPTION_390_MODE) && !defined(OPTION_900_MODE)
#undef OPTION_SET_STSI_INFO
#endif
#endif /*!defined(FEATALL_CHECKALL)*/