comparison src/toplev.cc @ 3841:bbe74a066592

[project @ 2001-06-27 02:29:03 by jwe]
author jwe
date Wed, 27 Jun 2001 02:29:04 +0000
parents 414e694c9e6a
children 890a7e4c1362
comparison
equal deleted inserted replaced
3840:79474340b3a1 3841:bbe74a066592
480 // 480 //
481 // XXX FIXME XXX -- it would be better to fix the 481 // XXX FIXME XXX -- it would be better to fix the
482 // kpathsearch library to not always do TeX-specific 482 // kpathsearch library to not always do TeX-specific
483 // things... 483 // things...
484 484
485 static string odb; 485 static std::string odb;
486 486
487 odb = octave_env::getenv ("TEXMFDBS"); 487 odb = octave_env::getenv ("TEXMFDBS");
488 488
489 unwind_protect::add (restore_texmfdbs_envvar, &odb); 489 unwind_protect::add (restore_texmfdbs_envvar, &odb);
490 490