- Timestamp:
- Mar 10, 1998, 3:51:38 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 133740221d35bca865497e6218c66c263d701f66
- Parents:
- 71da5e8418d08de1ce10102f74ebbd8ffc95801e
- Location:
- factory
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/factory.template
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: factory.template,v 1.1 1 1997-10-23 13:06:50schmidt Exp $ */2 /* $Id: factory.template,v 1.12 1998-03-10 14:51:09 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_FACTORY_H … … 35 35 36 36 #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> 41 41 #else 42 42 #include <templates/ftmpl_array.h> -
factory/ftmpl_inst.cc
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_inst.cc,v 1. 5 1997-12-08 18:47:03schmidt Exp $ */2 /* $Id: ftmpl_inst.cc,v 1.6 1998-03-10 14:51:14 schmidt Exp $ */ 3 3 4 4 //{{{ docu … … 15 15 16 16 #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> 22 22 #else 23 23 #include <templates/ftmpl_array.cc> -
factory/templates/ftmpl_array.cc
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_array.cc,v 1. 7 1997-06-30 15:43:19schmidt Exp $ */2 /* $Id: ftmpl_array.cc,v 1.8 1998-03-10 14:51:21 schmidt Exp $ */ 3 3 4 4 #include <factoryconf.h> 5 5 6 6 #ifdef macintosh 7 #include <: :templates:ftmpl_array.h>7 #include <:templates:ftmpl_array.h> 8 8 #else 9 9 #include <templates/ftmpl_array.h> -
factory/templates/ftmpl_factor.cc
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_factor.cc,v 1. 6 1997-06-30 15:44:14schmidt Exp $ */2 /* $Id: ftmpl_factor.cc,v 1.7 1998-03-10 14:51:26 schmidt Exp $ */ 3 3 4 4 #include <factoryconf.h> 5 5 6 6 #ifdef macintosh 7 #include <: :templates:ftmpl_factor.h>7 #include <:templates:ftmpl_factor.h> 8 8 #else 9 9 #include <templates/ftmpl_factor.h> -
factory/templates/ftmpl_list.cc
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.cc,v 1. 6 1997-06-30 15:45:11schmidt Exp $ */2 /* $Id: ftmpl_list.cc,v 1.7 1998-03-10 14:51:32 schmidt Exp $ */ 3 3 4 4 #include <factoryconf.h> 5 5 6 6 #ifdef macintosh 7 #include <: :templates:ftmpl_list.h>7 #include <:templates:ftmpl_list.h> 8 8 #else 9 9 #include <templates/ftmpl_list.h> -
factory/templates/ftmpl_matrix.cc
r71da5e r140854b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_matrix.cc,v 1. 8 1997-06-30 15:46:03schmidt Exp $ */2 /* $Id: ftmpl_matrix.cc,v 1.9 1998-03-10 14:51:38 schmidt Exp $ */ 3 3 4 4 #include <factoryconf.h> 5 5 6 6 #ifdef macintosh 7 #include <: :templates:ftmpl_matrix.h>7 #include <:templates:ftmpl_matrix.h> 8 8 #else 9 9 #include <templates/ftmpl_matrix.h>
Note: See TracChangeset
for help on using the changeset viewer.