Changeset 7befae in git


Ignore:
Timestamp:
Jun 30, 1997, 5:30:41 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3ce9af167452ccf242f71ac90f686f8f2e4fd71e
Parents:
7b4d622eba5aaa2d421f9f29e4b3d38f459eed34
Message:
	* cf_gcd.cc: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r7b4d62 r7befae  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gcd.cc,v 1.10 1997-06-20 10:45:13 schmidt Exp $ */
     2/* $Id: cf_gcd.cc,v 1.11 1997-06-30 15:30:41 schmidt Exp $ */
    33
    44#include <config.h>
     
    1515#include "cf_map.h"
    1616#include "fac_util.h"
     17#ifdef macintosh
     18#include <::templates:ftmpl_functions.h>
     19#else
    1720#include "templates/ftmpl_functions.h"
     21#endif
    1822
    1923static CanonicalForm gcd_poly( const CanonicalForm & f, const CanonicalForm& g, bool modularflag );
Note: See TracChangeset for help on using the changeset viewer.