* * $Id$ * * $Log$ * Revision 1.3 1998/09/25 09:33:20 mclareni * Modifications for the Mklinux port flagged by CERNLIB_PPC * * Revision 1.2 1996/09/23 12:10:20 cernlib * add linux * * Revision 1.1.1.1 1996/03/06 10:47:14 mclareni * Zebra * * #include "zebra/pilot.h" #if defined(CERNLIB_Z32) #include "qutyz32/izbcd.F" #elif (defined(CERNLIB_VAXVMS))||(defined(CERNLIB_QMVMI)) \ ||(defined(CERNLIB_QMDOS))||(defined(CERNLIB_TMO)) \ ||((defined(CERNLIB_QMLNX) && !defined(CERNLIB_PPC))) #include "qutyinv/izbcd.F" #elif (defined(CERNLIB_CONVEX))&&(defined(CERNLIB_SINGLE)) #include "not_cern/qutycvx/izbcd.F" #elif defined(CERNLIB_CRAY) #include "not_cern/qutycry/izbcd.F" #elif defined(CERNLIB_CDC) #include "not_cern/qutycdc/izbcd.F" #elif defined(CERNLIB_PDP) #include "not_cern/qutypdp/izbcd.F" #else FUNCTION IZBCD (CHAR) C- This is a very slow stop-gap solution only !!! #include "zebra/zbcd.inc" C-------------- END CDE -------------- INTEGER CHAR(9) IZBCD = IUCOMP (CHAR(1),IQLETT(1),63) IF (IZBCD.EQ.0) IZBCD=57 RETURN END * ================================================== #include "zebra/qcardl.inc" #endif