Warning, /include/zebra/q_locf.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2 1997/03/14 17:22:25 mclareni
0006 * WNT mods
0007 *
0008 * Revision 1.1.1.1.2.1 1997/01/21 11:34:16 mclareni
0009 * All mods for Winnt 96a on winnt branch
0010 *
0011 * Revision 1.1.1.1 1996/03/06 10:46:52 mclareni
0012 * Zebra
0013 *
0014 *
0015 #ifndef CERNLIB_ZEBRA_Q_LOCF_INC
0016 #define CERNLIB_ZEBRA_Q_LOCF_INC
0017 *
0018 *
0019 * q_locf.inc
0020 *
0021 #if defined(CERNLIB_CRAY)
0022 LOCF (IZLOC) = LOC (IZLOC)
0023 #elif defined(CERNLIB_QFMSOFT_TEST)
0024 * This is very dangerous since the DWORD address may be odd too !!!
0025 LOCF (IZLOC) = LOC (IZLOC)/4
0026 #endif
0027
0028 #endif