[BACK]Return to upo.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/upo.c between version 1.4 and 1.5

version 1.4, 2015/08/06 10:01:52 version 1.5, 2015/08/14 13:51:55
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/engine/upo.c,v 1.3 2000/08/22 05:04:07 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/upo.c,v 1.4 2015/08/06 10:01:52 fujimoto Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "base.h"  #include "base.h"
Line 54  void find_root_up2();
Line 54  void find_root_up2();
   
 #define INLINE  #define INLINE
   
 #if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__)  #if defined(VISUAL) || defined(__MINGW32__)
 #undef INLINE  #undef INLINE
 #define INLINE __inline  #define INLINE __inline
 #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>