Changeset 3ce9af in git


Ignore:
Timestamp:
Jun 30, 1997, 5:35:01 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
23ff954b0b30c2a52e3ad272df7da7382bba27f1
Parents:
7befae32088ab218c3ee42888eef4e841e44ccbc
Message:
	* ftmpl_inst.cc: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r7befae r3ce9af  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.2 1997-06-20 10:45:18 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.3 1997-06-30 15:35:01 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
     6#ifdef macintosh
     7#include <::templates:ftmpl_array.cc>
     8#include <::templates:ftmpl_factor.cc>
     9#include <::templates:ftmpl_list.cc>
     10#include <::templates:ftmpl_functions.h>
     11#include <::templates:ftmpl_matrix.cc>
     12#else
    613#include <templates/ftmpl_array.cc>
    714#include <templates/ftmpl_factor.cc>
     
    916#include <templates/ftmpl_functions.h>
    1017#include <templates/ftmpl_matrix.cc>
     18#endif
    1119
    1220#include <factory.h>
Note: See TracChangeset for help on using the changeset viewer.