Changeset 140854b in git for factory/templates


Ignore:
Timestamp:
Mar 10, 1998, 3:51:38 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
133740221d35bca865497e6218c66c263d701f66
Parents:
71da5e8418d08de1ce10102f74ebbd8ffc95801e
Message:
	* factory.template, ftmpl_inst.cc, templates/ftmpl_array.cc,
	  templates/ftmpl_factor.cc, templates/ftmpl_list.cc,
	  templates/ftmp_matrix.cc: #include directives for mac fixed


git-svn-id: file:///usr/local/Singular/svn/trunk@1204 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory/templates
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_array.cc

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_array.cc,v 1.7 1997-06-30 15:43:19 schmidt Exp $ */
     2/* $Id: ftmpl_array.cc,v 1.8 1998-03-10 14:51:21 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
    66#ifdef macintosh
    7 #include <::templates:ftmpl_array.h>
     7#include <:templates:ftmpl_array.h>
    88#else
    99#include <templates/ftmpl_array.h>
  • factory/templates/ftmpl_factor.cc

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_factor.cc,v 1.6 1997-06-30 15:44:14 schmidt Exp $ */
     2/* $Id: ftmpl_factor.cc,v 1.7 1998-03-10 14:51:26 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
    66#ifdef macintosh
    7 #include <::templates:ftmpl_factor.h>
     7#include <:templates:ftmpl_factor.h>
    88#else
    99#include <templates/ftmpl_factor.h>
  • factory/templates/ftmpl_list.cc

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.cc,v 1.6 1997-06-30 15:45:11 schmidt Exp $ */
     2/* $Id: ftmpl_list.cc,v 1.7 1998-03-10 14:51:32 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
    66#ifdef macintosh
    7 #include <::templates:ftmpl_list.h>
     7#include <:templates:ftmpl_list.h>
    88#else
    99#include <templates/ftmpl_list.h>
  • factory/templates/ftmpl_matrix.cc

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.cc,v 1.8 1997-06-30 15:46:03 schmidt Exp $ */
     2/* $Id: ftmpl_matrix.cc,v 1.9 1998-03-10 14:51:38 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
    66#ifdef macintosh
    7 #include <::templates:ftmpl_matrix.h>
     7#include <:templates:ftmpl_matrix.h>
    88#else
    99#include <templates/ftmpl_matrix.h>
Note: See TracChangeset for help on using the changeset viewer.