source: git/Singular/p_Inline.cc @ a6a239

spielwiese
Last change on this file since a6a239 was a6a239, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* new implementation of polys git-svn-id: file:///usr/local/Singular/svn/trunk@4580 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 686 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    p_Inline.cc
6 *  Purpose: implementation of p_* related inline routines
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *  Version: $Id: p_Inline.cc,v 1.3 2000-09-12 16:01:06 obachman Exp $
10 *******************************************************************/
11#ifndef P_INLINE_CC
12#define P_INLINE_CC
13
14#if !defined(NO_P_INLINE) || defined(POLYS_IMPL_CC)
15
16#include "polys-impl.h"
17#include "p_Numbers.h"
18
19#endif // defined(P_INLINE) || defined(POLYS_CC)
20#endif // P_INLINE_CC
21
Note: See TracBrowser for help on using the repository browser.