Changeset 140854b in git for factory


Ignore:
Timestamp:
Mar 10, 1998, 3:51:38 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
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
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • factory/factory.template

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: factory.template,v 1.11 1997-10-23 13:06:50 schmidt Exp $ */
     2/* $Id: factory.template,v 1.12 1998-03-10 14:51:09 schmidt Exp $ */
    33
    44#ifndef INCL_FACTORY_H
     
    3535
    3636#ifdef macintosh
    37 #include <::templates:ftmpl_array.h>
    38 #include <::templates:ftmpl_factor.h>
    39 #include <::templates:ftmpl_list.h>
    40 #include <::templates:ftmpl_matrix.h>
     37#include <:templates:ftmpl_array.h>
     38#include <:templates:ftmpl_factor.h>
     39#include <:templates:ftmpl_list.h>
     40#include <:templates:ftmpl_matrix.h>
    4141#else
    4242#include <templates/ftmpl_array.h>
  • factory/ftmpl_inst.cc

    r71da5e r140854b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.5 1997-12-08 18:47:03 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.6 1998-03-10 14:51:14 schmidt Exp $ */
    33
    44//{{{ docu
     
    1515
    1616#ifdef macintosh
    17 #include <::templates:ftmpl_array.cc>
    18 #include <::templates:ftmpl_factor.cc>
    19 #include <::templates:ftmpl_list.cc>
    20 #include <::templates:ftmpl_functions.h>
    21 #include <::templates:ftmpl_matrix.cc>
     17#include <:templates:ftmpl_array.cc>
     18#include <:templates:ftmpl_factor.cc>
     19#include <:templates:ftmpl_list.cc>
     20#include <:templates:ftmpl_functions.h>
     21#include <:templates:ftmpl_matrix.cc>
    2222#else
    2323#include <templates/ftmpl_array.cc>
  • 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.