Changeset f291109 in git


Ignore:
Timestamp:
May 25, 1998, 10:50:23 AM (25 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
5f4b1979ad589dba29007bbbe535aaae60561e4c
Parents:
7c5f9d227aa2fe8a923d908944eee97d94303eb4
Message:
history.h not for WINNT


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

Legend:

Unmodified
Added
Removed
  • Singular/feread.cc

    r7c5f9d2 rf291109  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.11 1998-05-15 16:03:49 Singular Exp $ */
     4/* $Id: feread.cc,v 1.12 1998-05-25 08:50:23 pohl Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    580580extern "C" {
    581581#include <readline/readline.h>
     582#ifndef WINNT
    582583#include <readline/history.h>
     584#endif
    583585}
    584586
Note: See TracChangeset for help on using the changeset viewer.