Changeset 5812c69 in git for Singular/ipconv.cc


Ignore:
Timestamp:
Sep 24, 1998, 11:59:51 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
56c52a7879fbc6de62cefba1da86b2edf2aadd4c
Parents:
073d2edeb03013a5c6ed0913687b024305a1427d
Message:
cosmetic changes


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r073d2e r5812c69  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.10 1998-05-28 16:50:49 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.11 1998-09-24 09:59:44 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    171171static void * iiR2L(void * data)
    172172{
    173   return (void *)syConvRes((syStrategy)data); 
     173  return (void *)syConvRes((syStrategy)data);
    174174}
    175175
    176176static void * iiL2R(void * data)
    177177{
    178   return (void *)syConvList((lists)data); 
     178  return (void *)syConvList((lists)data);
    179179}
    180180#else
     
    237237//  link
    238238   { STRING_CMD,      LINK_CMD,       iiS2Link },
    239 // resolution -> list   
     239// resolution -> list
    240240   { RESOLUTION_CMD,  LIST_CMD,       iiR2L },
    241241// list -> resolution
Note: See TracChangeset for help on using the changeset viewer.