Changeset 2c4671 in git


Ignore:
Timestamp:
Jun 30, 1997, 5:26:31 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
537d8c9d3ee33fea822692cf40c59d552e0180c3
Parents:
95fedcc7eac0ceb11221aad8ff583f76781de628
Message:
	* fac_ezgcd.cc: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/fac_ezgcd.cc

    r95fedc r2c4671  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_ezgcd.cc,v 1.6 1997-06-20 10:45:16 schmidt Exp $ */
     2/* $Id: fac_ezgcd.cc,v 1.7 1997-06-30 15:26:31 schmidt Exp $ */
    33
    44#include <config.h>
     
    88
    99#include "cf_defs.h"
     10#ifdef macintosh
     11#include <::templates:ftmpl_functions.h>
     12#else
    1013#include "templates/ftmpl_functions.h"
     14#endif
    1115#include "canonicalform.h"
    1216#include "fac_util.h"
Note: See TracChangeset for help on using the changeset viewer.