source: git/factory/cf_globals.cc @ 160f8f7

fieker-DuValspielwiese
Last change on this file since 160f8f7 was ab4548f, checked in by Jens Schmidt <schmidt@…>, 27 years ago
#include <config.h> added git-svn-id: file:///usr/local/Singular/svn/trunk@133 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 459 bytes
Line 
1// emacs editmode for this file is -*- C++ -*-
2// $Id: cf_globals.cc,v 1.2 1997-04-07 15:08:12 schmidt Exp $
3
4/*
5$Log: not supported by cvs2svn $
6Revision 1.1  1997/03/26 16:41:24  schmidt
7version string added
8
9Revision 1.0  1996/05/17 10:59:43  stobbe
10Initial revision
11
12*/
13
14#include <config.h>
15
16#include "assert.h"
17
18#include "cf_defs.h"
19#include "cf_switches.h"
20
21extern const char factoryVersion[] = "@(#) factoryVersion = 1.0";
22CFSwitches cf_glob_switches;
Note: See TracBrowser for help on using the repository browser.