- Timestamp:
- Jan 27, 1998, 11:30:05 AM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 90f39ec68827324eaadbd6ecbcd79ba0da98cb78
- Parents:
- 5fb2ec4ae0377d29ec9cfb1b52dbebd4273cb8ef
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_map.cc
r5fb2ec4 r2898ae 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_map.cc,v 1. 9 1997-09-08 11:08:40 schmidtExp $ */2 /* $Id: cf_map.cc,v 1.10 1998-01-27 10:30:05 pohl Exp $ */ 3 3 4 4 //{{{ docu … … 16 16 #include "cf_iter.h" 17 17 #ifdef macintosh 18 #include <: :templates:ftmpl_functions.h>18 #include <:templates:ftmpl_functions.h> 19 19 #else 20 20 #include "templates/ftmpl_functions.h" -
factory/cf_map.h
r5fb2ec4 r2898ae 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_map.h,v 1. 9 1997-09-08 11:13:43 schmidtExp $ */2 /* $Id: cf_map.h,v 1.10 1998-01-27 10:30:04 pohl Exp $ */ 3 3 4 4 #ifndef INCL_CF_MAP_H … … 20 20 #include "canonicalform.h" 21 21 #ifdef macintosh 22 #include <: :templates:ftmpl_list.h>22 #include <:templates:ftmpl_list.h> 23 23 #else 24 24 #include "templates/ftmpl_list.h"
Note: See TracChangeset
for help on using the changeset viewer.