Changeset c1f5e3c in git
- Timestamp:
- Mar 5, 2010, 10:45:19 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 26b68f1c34d02d29bcdf3b08fa0435824ec2cdf1
- Parents:
- 7030440734b67f0c17c06d82bb3f51131c25ba89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/fereadl.c
r7030440 rc1f5e3c 854 854 if (fe_rl_hdl==NULL) fe_rl_hdl=dynl_open("libreadline.so.5"); 855 855 if (fe_rl_hdl==NULL) fe_rl_hdl=dynl_open("libreadline.so.6"); 856 if (fe_rl_hdl==NULL) fe_rl_hdl=dynl_open("libreadline.so.7"); 856 857 #endif 857 858 if (fe_rl_hdl==NULL) { return 1;}
Note: See TracChangeset
for help on using the changeset viewer.