Changeset b24b318 in git
- Timestamp:
- Sep 10, 1997, 5:39:52 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- c62f38880e34e425670cadd1e4601a54843b9953
- Parents:
- 38c07953d8e5aedaeece42171996b38c3bbd6344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_cf.cc
r38c0795 rb24b318 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: int_cf.cc,v 1. 4 1997-07-16 10:18:04schmidt Exp $ */2 /* $Id: int_cf.cc,v 1.5 1997-09-10 15:39:52 schmidt Exp $ */ 3 3 4 4 #include <config.h> … … 60 60 } 61 61 62 //{{{ int InternalCF::sign () const 63 // docu: see CanonicalForm::sign() 62 64 int 63 InternalCF::sign () const65 InternalCF::sign () const 64 66 { 65 return 1; 67 ASSERT1( 0, "fatal error: not implemented for class %s", this->classname() ); 68 return 0; 66 69 } 70 //}}} 67 71 68 72 InternalCF*
Note: See TracChangeset
for help on using the changeset viewer.