Changeset 71da5e in git for factory/cf_map.h


Ignore:
Timestamp:
Mar 10, 1998, 3:48:41 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
140854bae823c965dbbed185aaa231f64b2c8cbe
Parents:
3316e4fb3e30a46b4a382d96c98d754e39f0df61
Message:
	* ftmpl_array.h, ftmpl_factor.h, ftmpl_functions.h, ftmpl_list.h,
	  ftmpl_matrix.h: new files.  #include of `templates/ftmpl_xxx.h'
	  changed to include of `ftmpl_xxx.h'.


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

Legend:

Unmodified
Added
Removed
  • factory/cf_map.h

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_map.h,v 1.10 1998-01-27 10:30:04 pohl Exp $ */
     2/* $Id: cf_map.h,v 1.11 1998-03-10 14:48:18 schmidt Exp $ */
    33
    44#ifndef INCL_CF_MAP_H
     
    1919#include "variable.h"
    2020#include "canonicalform.h"
    21 #ifdef macintosh
    22 #include <:templates:ftmpl_list.h>
    23 #else
    24 #include "templates/ftmpl_list.h"
    25 #endif
     21#include "ftmpl_list.h"
    2622
    2723/*BEGINPUBLIC*/
Note: See TracChangeset for help on using the changeset viewer.