diff options
| author | Miles Bader | 2006-06-07 18:05:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 18:05:10 +0000 |
| commit | b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch) | |
| tree | de3804210a8cd955e0d3b9abc15679480930bc82 /src/w32heap.c | |
| parent | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff) | |
| parent | 26c9afc3239e18b03537faaea33e3e82e28099e6 (diff) | |
| download | emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 285-296)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: admin/FOR-RELEASE: Update refcard section.
* gnus--rel--5.10 (patch 102-104)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'src/w32heap.c')
| -rw-r--r-- | src/w32heap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index f1fa196abe7..e1bdd867721 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -42,10 +42,6 @@ OSVERSIONINFO osinfo_cache; | |||
| 42 | 42 | ||
| 43 | unsigned long syspage_mask = 0; | 43 | unsigned long syspage_mask = 0; |
| 44 | 44 | ||
| 45 | /* These are defined to get Emacs to compile, but are not used. */ | ||
| 46 | int edata; | ||
| 47 | int etext; | ||
| 48 | |||
| 49 | /* The major and minor versions of NT. */ | 45 | /* The major and minor versions of NT. */ |
| 50 | int w32_major_version; | 46 | int w32_major_version; |
| 51 | int w32_minor_version; | 47 | int w32_minor_version; |