Changeset ce7ba6 in git


Ignore:
Timestamp:
Jul 6, 1999, 4:18:45 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
917fb594a0b98105fc6568e37e9d3d4012f92485
Parents:
472f39ab0b89934d33bab9f90e3d8c81263ba84e
Message:
* hannes: C++- Syntax


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

Legend:

Unmodified
Added
Removed
  • Singular/silink.cc

    r472f39 rce7ba6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: silink.cc,v 1.28 1999-07-06 13:35:33 Singular Exp $ */
     4/* $Id: silink.cc,v 1.29 1999-07-06 14:18:45 Singular Exp $ */
    55
    66/*
     
    418418      {
    419419        buf=(char *)AllocL(80);
    420         fe_fgets_stdin(pr->Data(),buf,80);
     420        fe_fgets_stdin((char *)pr->Data(),buf,80);
    421421      }
    422422      else
Note: See TracChangeset for help on using the changeset viewer.