comparison src/help.cc @ 1951:db375ab88640

[project @ 1996-02-14 04:47:09 by jwe]
author jwe
date Wed, 14 Feb 1996 04:47:09 +0000
parents 9a7cba7bb25b
children 0e6a0a271998
comparison
equal deleted inserted replaced
1950:ab6abe89aaa1 1951:db375ab88640
713 { 713 {
714 Octave_object retval; 714 Octave_object retval;
715 715
716 begin_unwind_frame ("Ftype"); 716 begin_unwind_frame ("Ftype");
717 717
718 // XXX FIXME XXX -- need a way to protect strings. 718 unwind_protect_str (user_pref.ps4);
719 // unwind_protect_ptr (user_pref.ps4); 719 user_pref.ps4 = "";
720 // user_pref.ps4 = "";
721 720
722 int argc = args.length () + 1; 721 int argc = args.length () + 1;
723 722
724 string_vector argv = make_argv (args, "type"); 723 string_vector argv = make_argv (args, "type");
725 724