Changeset 02aaf9 in git
- Timestamp:
- May 11, 1998, 12:52:15 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- edc1191fe0238bddc90d5f2bce20df875af84282
- Parents:
- 3940fc5bdb365db42aa262be92794c638382ac4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/imm.cc
r3940fc5 r02aaf9 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: imm.cc,v 1. 3 1998-05-11 10:38:23schmidt Exp $ */2 /* $Id: imm.cc,v 1.4 1998-05-11 10:52:15 schmidt Exp $ */ 3 3 4 4 //{{{ docu … … 7 7 // for some special platforms. 8 8 // 9 // Hierarchy: basic, arithmetic 10 // 9 11 //}}} 10 12 11 13 #include <config.h> 12 14 15 #ifdef __MWERKS__ 13 16 #include <stuff_64.h> 17 #endif 14 18 15 19 #include "imm.h" 16 20 17 //{{{ InternalCF * imm_mul (InternalCF * lhs, InternalCF * rhs ) 21 #ifdef __MWERKS__ 22 //{{{ InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs ) 18 23 //{{{ docu 19 24 // … … 27 32 //}}} 28 33 InternalCF * 29 imm_mul ( InternalCF * lhs, InternalCF * rhs )34 imm_mul ( InternalCF * lhs, InternalCF * rhs ) 30 35 { 31 36 int li = imm2int( lhs ), ri = imm2int( rhs ); … … 62 67 } 63 68 //}}} 69 #endif /* __MWERKS__ */
Note: See TracChangeset
for help on using the changeset viewer.