X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsyntax.h;h=4c57a7aa69bd86cf73c2d6c6446aa1b9bb0f65a9;hp=e141eb09a6e34f192449f2ec0defbf38f8c6233f;hb=ea1ea793fe6e244ef5555ed983423a204101af13;hpb=399b9f4466f37412410de8ec4a08e3dc5504ad10 diff --git a/src/syntax.h b/src/syntax.h index e141eb0..4c57a7a 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -238,9 +238,9 @@ extern CONST unsigned char syntax_spec_code[0400]; extern CONST unsigned char syntax_code_spec[]; -Lisp_Object scan_lists (struct buffer *buf, int from, int count, +Lisp_Object scan_lists (struct buffer *buf, Bufpos from, int count, int depth, int sexpflag, int no_error); -int char_quoted (struct buffer *buf, int pos); +int char_quoted (struct buffer *buf, Bufpos pos); /* NOTE: This does not refer to the mirror table, but to the syntax table itself. */