*** molecule.c.orig Sat Apr 21 14:59:49 2001 --- molecule.c Sat Apr 13 21:56:28 2002 *************** *** 157,164 **** static RAtom __far *ACache; static IntCoord __far *IntPrev; static HBond __far * __far *CurHBond; ! static int MemSize; ! /* Macros for commonly used loops */ #define ForEachAtom for(chain=Database->clist;chain;chain=chain->cnext) \ --- 157,163 ---- static RAtom __far *ACache; static IntCoord __far *IntPrev; static HBond __far * __far *CurHBond; ! static size_t MemSize; /* Macros for commonly used loops */ #define ForEachAtom for(chain=Database->clist;chain;chain=chain->cnext) \