********> bugfix.14 Author: Gerard Gil Date: 5/15/00 Programs: ptraj Severity: moderate Description: utility.c won't compile on rs6000 Fix: Make the following change to utility.c: ---------------------------------------------------------------------------- OLD utility.c 2000/02/09 01:08:46 1.1 NEW utility.c 2000/05/15 17:25:32 1.2 *************** *** 46,52 **** #ifdef __STDC__ #include #else ! #include #endif #define UTILITY_MODULE --- 46,52 ---- #ifdef __STDC__ #include #else ! #include #endif #define UTILITY_MODULE ----------------------------------------------------------------------------