diff options
Diffstat (limited to 'src')
| -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; |