diff options
Diffstat (limited to 'src/window.h')
| -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 c9ef865c4f0..3b9107acaa2 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -92,7 +92,7 @@ struct window | |||
| 92 | { | 92 | { |
| 93 | /* The first two fields are really the header of a vector */ | 93 | /* The first two fields are really the header of a vector */ |
| 94 | /* The window code does not refer to them. */ | 94 | /* The window code does not refer to them. */ |
| 95 | EMACS_INT size; | 95 | EMACS_UINT size; |
| 96 | struct Lisp_Vector *vec_next; | 96 | struct Lisp_Vector *vec_next; |
| 97 | /* The frame this window is on. */ | 97 | /* The frame this window is on. */ |
| 98 | Lisp_Object frame; | 98 | Lisp_Object frame; |