source: git/factory/cf_globals.cc @ 72dd6e

spielwiese
Last change on this file since 72dd6e was 493c477, checked in by Jens Schmidt <schmidt@…>, 27 years ago
o header fixed git-svn-id: file:///usr/local/Singular/svn/trunk@404 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 362 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: cf_globals.cc,v 1.6 1997-06-19 12:27:00 schmidt Exp $ */
3
4#include <config.h>
5
6#include "assert.h"
7
8#include "cf_defs.h"
9#include "cf_switches.h"
10
11// FACTORYVERSION is a macro defined in config.h
12extern const char factoryVersion[] = "@(#) factoryVersion = " FACTORYVERSION;
13CFSwitches cf_glob_switches;
Note: See TracBrowser for help on using the repository browser.