Changeset 3940fc5 in git
- Timestamp:
- May 11, 1998, 12:42:21 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 02aaf91adeb5ccb0d4f09d2d95fd4002ba56e625
- Parents:
- 839d2c12c75dd4d9114128808fbc7f22d9241399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/imm.h
r839d2c r3940fc5 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: imm.h,v 1.1 4 1998-05-11 10:03:07schmidt Exp $ */2 /* $Id: imm.h,v 1.15 1998-05-11 10:42:21 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_IMM_H … … 35 35 const INT64 MAXIMMEDIATELL = 268435454LL; 36 36 #endif 37 #endif 37 #endif /* __MWERKS__ */ 38 38 39 39 //{{{ conversion functions … … 270 270 InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs ); 271 271 #else 272 inline InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs ) 272 inline InternalCF * 273 imm_mul ( InternalCF * lhs, InternalCF * rhs ) 273 274 { 274 275 INT64 result = (INT64)imm2int( lhs ) * imm2int( rhs );
Note: See TracChangeset
for help on using the changeset viewer.