Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 456:e7ef97881643 r21-2-43
Import from CVS: tag r21-2-43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:41:24 +0200 |
parents | 1ccc32a20af4 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
455:5b97c1cd6ed0 | 456:e7ef97881643 |
---|---|
2643 environ=_environ; | 2643 environ=_environ; |
2644 } | 2644 } |
2645 #endif /* _SCO_DS */ | 2645 #endif /* _SCO_DS */ |
2646 vol_envp = environ; | 2646 vol_envp = environ; |
2647 } | 2647 } |
2648 #ifdef RUN_TIME_REMAP | 2648 #if defined (RUN_TIME_REMAP) && ! defined (PDUMP) |
2649 else | 2649 else |
2650 /* obviously no-one uses this because where it was before initialized was | 2650 /* obviously no-one uses this because where it was before initialized was |
2651 *always* true */ | 2651 *always* true */ |
2652 run_time_remap (argv[0]); | 2652 run_time_remap (argv[0]); |
2653 #endif | 2653 #endif |