Changeset a80025e in git


Ignore:
Timestamp:
Nov 11, 2010, 11:34:48 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
aad4e144f918cedbb4021647dd4803ae6c96556c
Parents:
30d5747867002622ecc3828f793f4457c352afab
Message:
initCanonicalForm is controlled by SI_DONT_HAVE_GLOBAL_VARS

git-svn-id: file:///usr/local/Singular/svn/trunk@13632 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r30d574 ra80025e  
    5555
    5656int initCanonicalForm( void );
    57 
     57#ifndef SI_DONT_HAVE_GLOBAL_VARS
    5858static int cf_is_initialized_now = initCanonicalForm();
     59#endif
    5960
    6061//{{{ class CanonicalForm
Note: See TracChangeset for help on using the changeset viewer.