Changeset 6b4ff12 in git for Singular/iplib.cc


Ignore:
Timestamp:
Jun 4, 2009, 12:00:55 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1b1168385a7e38985159614d4e8ada1ff95e229d
Parents:
4439165c2dd500ae285fd6c9b1dd3b4a9cfe6a04
Message:
*hannes: gcc 4.3


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r4439165 r6b4ff12  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.127 2008-10-01 15:18:44 seelisch Exp $ */
     4/* $Id: iplib.cc,v 1.128 2009-06-04 09:58:49 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    273273    // load example
    274274    fseek(fp, pi->data.s.example_start, SEEK_SET);
    275     fgets(buf, sizeof(buf), fp); // skip line with "example"
     275    char *dummy=fgets(buf, sizeof(buf), fp); // skip line with "example"
    276276    procbuflen = pi->data.s.proc_end - pi->data.s.example_start - strlen(buf);
    277277    //Print("Example=%ld-%ld=%d\n", pi->data.s.proc_end,
Note: See TracChangeset for help on using the changeset viewer.