comparison src/oct-hist.cc @ 10411:479cc8a0a846

use gnulib namespace
author John W. Eaton <jwe@octave.org>
date Mon, 15 Mar 2010 15:57:23 -0400
parents 57a59eae83cc
children 89f4d7e294cc
comparison
equal deleted inserted replaced
10410:b3ec24dc305a 10411:479cc8a0a846
418 file.close (); 418 file.close ();
419 419
420 return name; 420 return name;
421 } 421 }
422 422
423 static void unlink_cleanup (const char *file) 423 static void
424 { 424 unlink_cleanup (const char *file)
425 unlink (file); 425 {
426 gnulib::unlink (file);
426 } 427 }
427 428
428 static void 429 static void
429 do_edit_history (int argc, const string_vector& argv) 430 do_edit_history (int argc, const string_vector& argv)
430 { 431 {