diff options
| author | Richard M. Stallman | 1994-09-17 00:43:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-17 00:43:45 +0000 |
| commit | dc83de2d448852721daecf4c0158e7c2097ef983 (patch) | |
| tree | 177c3ff272ec9e845d513862c54420c11ba61b75 | |
| parent | 5647f9794b2e4770399556c7d4a4c6fc45dfb3f5 (diff) | |
| download | emacs-dc83de2d448852721daecf4c0158e7c2097ef983.tar.gz emacs-dc83de2d448852721daecf4c0158e7c2097ef983.zip | |
(struct window): Use EMACS_INT.
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index cdb1804fd4f..1eafa73c3ed 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -75,7 +75,7 @@ struct window | |||
| 75 | { | 75 | { |
| 76 | /* The first two fields are really the header of a vector */ | 76 | /* The first two fields are really the header of a vector */ |
| 77 | /* The window code does not refer to them. */ | 77 | /* The window code does not refer to them. */ |
| 78 | int size; | 78 | EMACS_INT size; |
| 79 | struct Lisp_Vector *vec_next; | 79 | struct Lisp_Vector *vec_next; |
| 80 | /* The frame this window is on. */ | 80 | /* The frame this window is on. */ |
| 81 | Lisp_Object frame; | 81 | Lisp_Object frame; |