Ignore:
Timestamp:
Jun 30, 1997, 5:45:11 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1a989a8c4f77168d38bb0a5caab24c3235f21a05
Parents:
6d91729483ce6cf165c6f38f1f9eefd8e18d1778
Message:
	* templates/ftmpl_list.cc: include paths for mac added


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.cc

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