prefix character. A combination of `syntaxcode_whitespace' and this
bit is equivalent to `syntaxcode_quote' -- except that the new bit can
be used in combination with other codes to provide new functionality.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.c,v 1.17 1989/05/16 17:01:17 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/syntax.c,v 1.18 1989/05/16 18:19:32 cph Rel $
Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
}
continue;
}
+ if (SYNTAX_ENTRY_PREFIX (sentry))
+ continue;
\f
switch (SYNTAX_ENTRY_CODE (sentry))
{
}
in_comment = 0;
}
+ else if (SYNTAX_ENTRY_PREFIX (sentry))
+ continue;
else
\f
switch (SYNTAX_ENTRY_CODE (sentry))