comparison src/syntax.h @ 20487:c9224a343630

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Dec 1997 01:57:48 +0000
parents 6ab8801244c2
children a884f0426ab9
comparison
equal deleted inserted replaced
20486:26d12c66acc1 20487:c9224a343630
47 Scharquote, /* for a character that quotes the following character */ 47 Scharquote, /* for a character that quotes the following character */
48 Scomment, /* for a comment-starting character */ 48 Scomment, /* for a comment-starting character */
49 Sendcomment, /* for a comment-ending character */ 49 Sendcomment, /* for a comment-ending character */
50 Sinherit, /* use the standard syntax table for this character */ 50 Sinherit, /* use the standard syntax table for this character */
51 Scomment_fence, /* Starts/ends comment which is delimited on the 51 Scomment_fence, /* Starts/ends comment which is delimited on the
52 other side by a char with the same syntaxcode. */ 52 other side by any char with the same syntaxcode. */
53 Sstring_fence, /* Starts/ends string which is delimited on the 53 Sstring_fence, /* Starts/ends string which is delimited on the
54 other side by a char with the same syntaxcode. */ 54 other side by any char with the same syntaxcode. */
55 Smax /* Upper bound on codes that are meaningful */ 55 Smax /* Upper bound on codes that are meaningful */
56 }; 56 };
57 57
58 /* Set the syntax entry VAL for char C in table TABLE. */ 58 /* Set the syntax entry VAL for char C in table TABLE. */
59 59