X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/51751aa26f9935609630f04e781a954b54ecc82e..d311d28c3f8a3c43e6ef33d68b852c5ea7f13239:/src/ccl.h diff --git a/src/ccl.h b/src/ccl.h index e86154352a..f55b295027 100644 --- a/src/ccl.h +++ b/src/ccl.h @@ -37,7 +37,7 @@ along with GNU Emacs. If not, see . */ /* Structure to hold information about running CCL code. Read comments in the file ccl.c for the detail of each field. */ struct ccl_program { - int idx; /* Index number of the CCL program. + ptrdiff_t idx; /* Index number of the CCL program. -1 means that the program was given by a vector, not by a program name. */