Changeset 02aaf9 in git


Ignore:
Timestamp:
May 11, 1998, 12:52:15 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
edc1191fe0238bddc90d5f2bce20df875af84282
Parents:
3940fc5bdb365db42aa262be92794c638382ac4c
Message:
	* imm.h: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/imm.cc

    r3940fc5 r02aaf9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: imm.cc,v 1.3 1998-05-11 10:38:23 schmidt Exp $ */
     2/* $Id: imm.cc,v 1.4 1998-05-11 10:52:15 schmidt Exp $ */
    33
    44//{{{ docu
     
    77//   for some special platforms.
    88//
     9// Hierarchy: basic, arithmetic
     10//
    911//}}}
    1012
    1113#include <config.h>
    1214
     15#ifdef __MWERKS__
    1316#include <stuff_64.h>
     17#endif
    1418
    1519#include "imm.h"
    1620
    17 //{{{ InternalCF * imm_mul (InternalCF * lhs, InternalCF * rhs )
     21#ifdef __MWERKS__
     22//{{{ InternalCF * imm_mul ( InternalCF * lhs, InternalCF * rhs )
    1823//{{{ docu
    1924//
     
    2732//}}}
    2833InternalCF *
    29 imm_mul (InternalCF * lhs, InternalCF * rhs )
     34imm_mul ( InternalCF * lhs, InternalCF * rhs )
    3035{
    3136    int li = imm2int( lhs ), ri = imm2int( rhs );   
     
    6267}
    6368//}}}
     69#endif /* __MWERKS__ */
Note: See TracChangeset for help on using the changeset viewer.