Changeset 54035b in git


Ignore:
Timestamp:
Apr 23, 1998, 12:17:03 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
a19ac9d47476a185c469db33e5940975c06fc44a
Parents:
1c8bcb9f24a61de37d8ff2a595ff2c873ac70f25
Message:
	* clapsing.cc (FACTORY_CFTROUT, FACTORY_CFAOUT): stuipd bug fix


git-svn-id: file:///usr/local/Singular/svn/trunk@1434 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/clapsing.cc

    r1c8bcb r54035b  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.32 1998-04-23 10:00:49 schmidt Exp $
     5// $Id: clapsing.cc,v 1.33 1998-04-23 10:17:03 schmidt Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    8383#else
    8484#define FACTORY_ALGOUT( tag, f )
    85 #define FACTORY_CFTROUT( tag, f );
    86 #define FACTORY_CFAOUT( tag, f );
     85#define FACTORY_CFTROUT( tag, f )
     86#define FACTORY_CFAOUT( tag, f )
    8787#endif
    8888
Note: See TracChangeset for help on using the changeset viewer.