DELTA 343215 0 91 SVNÕ&× ‚b Ō3€‚`‚Ķ&‚` 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 326025 10362 60 SVNš9šu 9 ļ ¸ƒļ8FILE * out1fp(void) { return fwopen(out1, doformat_wr);ENDREP DELTA 326025 10447 60 SVN™P™w!Ž4‰Ž0‘‚ —G #include