Changeset c7e16e1 in git


Ignore:
Timestamp:
May 11, 1998, 12:03:07 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
81e9d0b040195c44b440a1672f50f24ac8e83536
Parents:
babf5d391b327faf57b11790b4cb3a7c86f394e7
Message:
	* imm.h (MINIMMEDIATELL, MAXIMMEDIATELL): definition of long long
	  constants removed for mac
	  (imm_mul): made a declaration for MetroWerks.  Defined in
	  `imm.cc'.


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

Legend:

Unmodified
Added
Removed
  • factory/imm.h

    rbabf5d3 rc7e16e1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: imm.h,v 1.13 1998-04-14 15:15:29 pohl Exp $ */
     2/* $Id: imm.h,v 1.14 1998-05-11 10:03:07 schmidt Exp $ */
    33
    44#ifndef INCL_IMM_H
     
    280280        return int2imm( (int)result );
    281281}
    282 #endif
     282#endif /* ! __MWERKS__ */
    283283
    284284inline InternalCF * imm_mul_p ( const InternalCF * const lhs, const InternalCF * const rhs )
Note: See TracChangeset for help on using the changeset viewer.