/**************************************** * Computer Algebra System SINGULAR * ****************************************/ /*************************************************************** * File: p_Inline.cc * Purpose: implementation of p_* related inline routines * Author: obachman (Olaf Bachmann) * Created: 8/00 * Version: $Id: p_Inline.cc,v 1.3 2000-09-12 16:01:06 obachman Exp $ *******************************************************************/ #ifndef P_INLINE_CC #define P_INLINE_CC #if !defined(NO_P_INLINE) || defined(POLYS_IMPL_CC) #include "polys-impl.h" #include "p_Numbers.h" #endif // defined(P_INLINE) || defined(POLYS_CC) #endif // P_INLINE_CC