Mercurial > hg > xemacs-beta
comparison src/ecrt0.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | ac2d302a0011 |
children |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
20 | 20 |
21 /* Synched up with: FSF 19.30. */ | 21 /* Synched up with: FSF 19.30. */ |
22 | 22 |
23 | 23 |
24 /* The standard Vax 4.2 Unix crt0.c cannot be used for Emacs | 24 /* The standard Vax 4.2 Unix crt0.c cannot be used for Emacs |
25 because it makes `envron' an initialized variable. | 25 because it makes `environ' an initialized variable. |
26 It is easiest to have a special crt0.c on all machines | 26 It is easiest to have a special crt0.c on all machines |
27 though I don't know whether other machines actually need it. */ | 27 though I don't know whether other machines actually need it. */ |
28 | 28 |
29 /* On the vax and 68000, in BSD4.2 and USG5.2, | 29 /* On the vax and 68000, in BSD4.2 and USG5.2, |
30 this is the data format on startup: | 30 this is the data format on startup: |