- Timestamp:
- Dec 17, 1997, 1:16:40 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 2085fc28aefe61efb1a74f3cd3b813009739f358
- Parents:
- 4bb3d7938cf557a8f72b3e94924143ef0f7328f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ftest/fbinops.m4
r4bb3d79 r55a5e8d 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: fbinops.m4,v 1. 2 1997-11-21 11:21:45schmidt Exp $ */2 /* $Id: fbinops.m4,v 1.3 1997-12-17 12:16:40 schmidt Exp $ */ 3 3 4 4 ftestSetNameOfGame( fbinops, `" … … 211 211 212 212 // declarations to search operator 213 const char * operatorName ;214 const char * operatorTag ;213 const char * operatorName = 0; 214 const char * operatorTag = 0; 215 215 binOpCFT binOpCF = 0; 216 216 binOpBoolT binOpBool = 0;
Note: See TracChangeset
for help on using the changeset viewer.