source: git/factory/cf_switches.cc @ 493c477

spielwiese
Last change on this file since 493c477 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: 295 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: cf_switches.cc,v 1.2 1997-06-19 12:23:55 schmidt Exp $ */
3
4#include <config.h>
5
6#include "assert.h"
7
8#include "cf_defs.h"
9#include "cf_switches.h"
10
11CFSwitches::CFSwitches ( )
12{
13    for ( int i = 0; i < 10; i++ )
14        switches[i] = false;
15}
Note: See TracBrowser for help on using the repository browser.