Changeset 0f53cd in git


Ignore:
Timestamp:
Sep 7, 2004, 2:56:42 PM (20 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b03153fca81a6b1033d136e6f0b9fee9ae4302ce
Parents:
5d5a2e9900eab8f424b7d8180ab74aad41ce2b1a
Message:
*bricken: tgb.h included in extra.cc instead of tgb.cc


git-svn-id: file:///usr/local/Singular/svn/trunk@7445 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r5d5a2e r0f53cd  
    110110    libparse.cc sing_win.cc\
    111111    gms.cc pcv.cc maps_ip.cc\
     112    tgb.cc\
    112113    pShallowCopyDelete.cc fast_maps.cc cntrlc.cc misc.cc
    113114
  • Singular/extra.cc

    r5d5a2e r0f53cd  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.209 2004-08-14 20:31:56 levandov Exp $ */
     4/* $Id: extra.cc,v 1.210 2004-09-07 12:56:41 bricken Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    7676
    7777// for tests of t-rep-GB
    78 #include "tgb.cc"
     78#include "tgb.h"
    7979
    8080// Define to enable many more system commands
  • Singular/tgb.cc

    r5d5a2e r0f53cd  
    8585}
    8686#endif
    87 
     87static void finalize_reduction_step(reduction_step* r){
     88  delete r;
     89}
    8890static int LObject_better_gen(const void* ap, const void* bp)
    8991{
  • Singular/tgb.h

    r5d5a2e r0f53cd  
    1818#include "kstd1.h"
    1919#include "kbuckets.h"
     20#include "tok.h"
    2021#define TGB_DEBUG
    2122#define FULLREDUCTIONS
     
    227228
    228229static void multi_reduce_step(find_erg & erg, red_object* r, calc_dat* c);
    229 void finalize_reduction_step(reduction_step* r){
    230   delete r;
    231 }
     230static void finalize_reduction_step(reduction_step* r);
     231
    232232#endif
Note: See TracChangeset for help on using the changeset viewer.