DELTA 296429 56 22 SVNÕu×b ‚b Ķ€‚`‚Ķu‚` int ret; FILE *old; FILE *out; if (el == NULL) error("line editing is disabled"); INTOFF; out = out1fp(); if (out == NULL) error("Out of space"); el_get(el, EL_GETFP, 1, &old); el_set(el, EL_SETFP, 1, out); ret = el_parse(el, argc, __DECONST(const char **, argv)); el_set(el, EL_SETFP, 1, old); fclose(out); INTON; return retENDREP DELTA 275766 0 1457 SVNš?š{ 9 ļ&¸ƒļ"8FILE * out1fp(void) { return fwopen(out1, doformat_wr);ENDREP DELTA 244162 413 91 SVN™™;!Ž‰Ž‘|— #include