comparison src/syntax.h @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
236 236
237 /* Indexed by syntax code, give the letter that describes it. */ 237 /* Indexed by syntax code, give the letter that describes it. */
238 238
239 extern CONST unsigned char syntax_code_spec[]; 239 extern CONST unsigned char syntax_code_spec[];
240 240
241 Lisp_Object scan_lists (struct buffer *buf, int from, int count, 241 Lisp_Object scan_lists (struct buffer *buf, Bufpos from, int count,
242 int depth, int sexpflag, int no_error); 242 int depth, int sexpflag, int no_error);
243 int char_quoted (struct buffer *buf, int pos); 243 int char_quoted (struct buffer *buf, Bufpos pos);
244 244
245 /* NOTE: This does not refer to the mirror table, but to the 245 /* NOTE: This does not refer to the mirror table, but to the
246 syntax table itself. */ 246 syntax table itself. */
247 Lisp_Object syntax_match (Lisp_Object table, Emchar ch); 247 Lisp_Object syntax_match (Lisp_Object table, Emchar ch);
248 248