Changeset d7a948 in git


Ignore:
Timestamp:
Jun 30, 1997, 5:41:28 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
eced154243375c84ddccfad9392d12dc5aad89af
Parents:
23ff954b0b30c2a52e3ad272df7da7382bba27f1
Message:
	* factory.template: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/factory.template

    r23ff95 rd7a948  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: factory.template,v 1.8 1997-06-23 11:05:35 schmidt Exp $ */
     2/* $Id: factory.template,v 1.9 1997-06-30 15:41:28 schmidt Exp $ */
    33
    44#ifndef INCL_FACTORY_H
     
    3434#endif /* SINGULAR */
    3535
     36#ifdef macintosh
     37#include <::templates:ftmpl_array.h>
     38#include <::templates:ftmpl_factor.h>
     39#include <::templates:ftmpl_list.h>
     40#include <::templates:ftmpl_matrix.h>
     41#else
    3642#include <templates/ftmpl_array.h>
    3743#include <templates/ftmpl_factor.h>
    3844#include <templates/ftmpl_list.h>
    3945#include <templates/ftmpl_matrix.h>
     46#endif
    4047
    4148/*MAKEHEADER PUBLIC ONLY*/
Note: See TracChangeset for help on using the changeset viewer.