Changeset 3940fc5 in git


Ignore:
Timestamp:
May 11, 1998, 12:42:21 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
02aaf91adeb5ccb0d4f09d2d95fd4002ba56e625
Parents:
839d2c12c75dd4d9114128808fbc7f22d9241399
Message:
	* imm.h: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/imm.h

    r839d2c r3940fc5  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: imm.h,v 1.14 1998-05-11 10:03:07 schmidt Exp $ */
     2/* $Id: imm.h,v 1.15 1998-05-11 10:42:21 schmidt Exp $ */
    33
    44#ifndef INCL_IMM_H
     
    3535const INT64 MAXIMMEDIATELL = 268435454LL;
    3636#endif
    37 #endif
     37#endif /* __MWERKS__ */
    3838
    3939//{{{ conversion functions
     
    270270InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs );
    271271#else
    272 inline InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs )
     272inline InternalCF *
     273imm_mul ( InternalCF * lhs, InternalCF * rhs )
    273274{
    274275    INT64 result = (INT64)imm2int( lhs ) * imm2int( rhs );
Note: See TracChangeset for help on using the changeset viewer.