Changeset d9909c9 in git
- Timestamp:
- Nov 15, 1999, 3:37:01 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 57e94c4a2330bb253fb2189a2502d15dabe880e9
- Parents:
- 138f0ca9d72f4823cd246bd50e90d0427ef67fca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feread.cc
r138f0c rd9909c9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feread.cc,v 1.2 8 1999-09-30 09:05:51 Singular Exp $ */4 /* $Id: feread.cc,v 1.29 1999-11-15 14:37:01 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 220 220 { 221 221 fe_rl_hdl=dynl_open("libreadline.so"); 222 if (fe_rl_hdl==NULL) { re s=1; break;}222 if (fe_rl_hdl==NULL) { return 1;} 223 223 224 224 fe_filename_completion_function=
Note: See TracChangeset
for help on using the changeset viewer.