Changeset edde26f in git
- Timestamp:
- Sep 9, 1997, 11:21:02 AM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c42671939f11f57e963a3ad3b34c0f606d807ed4
- Parents:
- e6da16580a6a7ea5df19aa6083e6487b4e69477f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_globals.h
re6da16 redde26f 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_globals.h,v 1. 3 1997-06-19 12:24:29schmidt Exp $ */2 /* $Id: cf_globals.h,v 1.4 1997-09-09 09:21:02 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CF_GLOBALS_H 5 5 #define INCL_CF_GLOBALS_H 6 6 7 //{{{ docu 8 // 9 // cf_globals.h - header to cf_globals.cc. 10 // 11 //}}} 12 7 13 #include <config.h> 8 14 9 15 #include "cf_switches.h" 10 11 extern CFSwitches cf_glob_switches;12 16 13 17 /*BEGINPUBLIC*/ … … 17 21 /*ENDPUBLIC*/ 18 22 23 extern CFSwitches cf_glob_switches; 24 19 25 #endif /* ! INCL_CF_GLOBALS_H */
Note: See TracChangeset
for help on using the changeset viewer.