Changeset 8141412 in git for Singular/ipconv.cc


Ignore:
Timestamp:
Aug 11, 1997, 5:53:22 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9e76269b6654f6e38d3546d04b318c6693f2f4d9
Parents:
dcda1da7afba419dfbea63850d4522601c5ee3a7
Message:
* hannes: removed SIC/sic from grammar.y, iparith.cc, ipconv, ipshell,
    ring, subexpr, tok.h
    added PROC_BUG: PowerMac variant of INIT_BUG (iparith.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    rdcda1da r8141412  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.6 1997-07-09 15:54:00 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.7 1997-08-11 15:53:18 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    340340{
    341341  if ((inputType==outputType)
    342 #ifdef SIC
    343   || (inputType==0)
    344 #endif
    345342  || (outputType==DEF_CMD)
    346343  || (outputType==IDHDL)
Note: See TracChangeset for help on using the changeset viewer.