Changeset dfc6b54 in git for Singular/ipconv.cc


Ignore:
Timestamp:
Jul 9, 1997, 5:54:08 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
77168428dc3943ad729d2be2f3c095351c9100f2
Parents:
402a6760232836c6ed13a5b716f5a6e618f0c85b
Message:
Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
        * added new type (resolution)
        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc, grammar.y
        structs.h, subexpr.cc
hannes: optimization in mmGetBlock: mmblock.c mmprivat.h
        loading of "standard.lib": tesths.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r402a67 rdfc6b54  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.5 1997-05-02 15:10:15 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.6 1997-07-09 15:54:00 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    1919#include "matpol.h"
    2020#include "silink.h"
    21 //#include "ipshell.h"
     21#include "syz.h"
    2222#include "ipconv.h"
    2323
     
    166166  slInit(l, (char *) data);
    167167  return (void *)l;
     168}
     169
     170static void * iiR2L(void * data)
     171{
     172  return (void *)syConvRes((syStrategy)data); 
    168173}
    169174
     
    222227//  link
    223228   { STRING_CMD,      LINK_CMD,       iiS2Link },
     229// resolution -> list   
     230   { RESOLUTION_CMD,  LIST_CMD,       iiR2L },
    224231//  end of list
    225232   { 0,               0,              NULL }
Note: See TracChangeset for help on using the changeset viewer.