Oops, forgot return from operator<<

This commit is contained in:
steve 1998-11-09 19:03:26 +00:00
parent ebad845fc3
commit d189165ae9
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: verinum.cc,v 1.3 1998/11/09 18:55:35 steve Exp $"
#ident "$Id: verinum.cc,v 1.4 1998/11/09 19:03:26 steve Exp $"
#endif
# include "verinum.h"
@ -178,6 +178,7 @@ ostream& operator<< (ostream&o, verinum::V v)
o << "z";
break;
}
return o;
}
ostream& operator<< (ostream&o, const verinum&v)
@ -208,6 +209,9 @@ ostream& operator<< (ostream&o, const verinum&v)
/*
* $Log: verinum.cc,v $
* Revision 1.4 1998/11/09 19:03:26 steve
* Oops, forgot return from operator<<
*
* Revision 1.3 1998/11/09 18:55:35 steve
* Add procedural while loops,
* Parse procedural for loops,