comparison src/realpath.c @ 4959:bd169a24a554

merge
author Ben Wing <ben@xemacs.org>
date Thu, 28 Jan 2010 04:27:30 -0600
parents 19a72041c5ed
children 16112448d484 4aebb0131297
comparison
equal deleted inserted replaced
4893:99f2102552d7 4959:bd169a24a554
462 462
463 void 463 void
464 vars_of_realpath (void) 464 vars_of_realpath (void)
465 { 465 {
466 QSin_qxe_realpath = 466 QSin_qxe_realpath =
467 build_msg_string ("(in qxe_realpath)"); 467 build_defer_string ("(in qxe_realpath)");
468 staticpro (&QSin_qxe_realpath); 468 staticpro (&QSin_qxe_realpath);
469 } 469 }