Changeset 55a5e8d in git for factory


Ignore:
Timestamp:
Dec 17, 1997, 1:16:40 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
2085fc28aefe61efb1a74f3cd3b813009739f358
Parents:
4bb3d7938cf557a8f72b3e94924143ef0f7328f9
Message:
	* fbinops.m4 (main): initializations for `operatorName' and
	  `operatorTag' added


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

Legend:

Unmodified
Added
Removed
  • factory/ftest/fbinops.m4

    r4bb3d79 r55a5e8d  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fbinops.m4,v 1.2 1997-11-21 11:21:45 schmidt Exp $ */
     2/* $Id: fbinops.m4,v 1.3 1997-12-17 12:16:40 schmidt Exp $ */
    33
    44ftestSetNameOfGame( fbinops, `"
     
    211211
    212212    // declarations to search operator
    213     const char * operatorName;
    214     const char * operatorTag;
     213    const char * operatorName = 0;
     214    const char * operatorTag = 0;
    215215    binOpCFT binOpCF = 0;
    216216    binOpBoolT binOpBool = 0;
Note: See TracChangeset for help on using the changeset viewer.