Changeset b6e51b in git for kernel/feread.cc


Ignore:
Timestamp:
Sep 27, 2006, 7:46:28 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1e35790dc0937f1166846848cf844b2811aa49f0
Parents:
2245326a4cf500727c77d96a854a05d93f0cd772
Message:
*krueger: arith-change


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

Legend:

Unmodified
Added
Removed
  • kernel/feread.cc

    r224532 rb6e51b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.8 2006-07-18 11:25:05 bricken Exp $ */
     4/* $Id: feread.cc,v 1.9 2006-09-27 17:45:40 Singular Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    4949char * (*fe_fgets_stdin)(char *pr,char *s, int size)
    5050 = fe_fgets_stdin_init;
     51
     52extern char *iiArithGetCmd(int);
    5153
    5254/* ===================================================================*/
     
    8183
    8284  /* Return the next name which partially matches from the command list. */
    83   while ((name = cmds[list_index].name)!=NULL)
     85  while ((name = iiArithGetCmd(list_index))!=NULL)
    8486  {
    8587    list_index++;
Note: See TracChangeset for help on using the changeset viewer.