source: git/kernel/pInline2.cc @ 098f98f

spielwiese
Last change on this file since 098f98f was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 644 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pInline2.cc
6 *  Purpose: implementation of poly procs which are of constant time
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *  Version: $Id$
10 *******************************************************************/
11#ifndef PINLINE2_CC
12#define PINLINE2_CC
13#include "mod2.h"
14
15#ifdef PDEBUG
16
17#if PDEBUG < 2
18#undef PDEBUG
19#define PDEBUG 2
20#endif
21
22#undef NO_INLINE2
23#define NO_INLINE2 1
24
25#endif // PDEBUG
26
27#include "p_polys.h"
28
29#endif
Note: See TracBrowser for help on using the repository browser.