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


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.cc

    rdeb09d3 r1a989a  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.cc,v 1.7 1997-06-20 10:45:23 schmidt Exp $ */
     2/* $Id: ftmpl_matrix.cc,v 1.8 1997-06-30 15:46:03 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
     6#ifdef macintosh
     7#include <::templates:ftmpl_matrix.h>
     8#else
    69#include <templates/ftmpl_matrix.h>
     10#endif
    711
    812template <class T>
Note: See TracChangeset for help on using the changeset viewer.