Changeset 6d91729 in git for factory/templates


Ignore:
Timestamp:
Jun 30, 1997, 5:44:14 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
deb09d302f20921c83e5aab290759fd517d44579
Parents:
eced154243375c84ddccfad9392d12dc5aad89af
Message:
	* templates/ftmpl_factor.cc: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_factor.cc

    reced154 r6d91729  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_factor.cc,v 1.5 1997-06-20 10:45:21 schmidt Exp $ */
     2/* $Id: ftmpl_factor.cc,v 1.6 1997-06-30 15:44:14 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
     6#ifdef macintosh
     7#include <::templates:ftmpl_factor.h>
     8#else
    69#include <templates/ftmpl_factor.h>
    7 
     10#endif
    811
    912template <class T>
Note: See TracChangeset for help on using the changeset viewer.