mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* c-tokenize.lex: remove trailing comma from enum. Thanks to
Albert Chin.
This commit is contained in:
parent
ad4c459928
commit
4d6ae3cfbc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ enum t_state {
|
|||
SKIP,
|
||||
MULTILINE,
|
||||
MULTILINE_COOKIE,
|
||||
COOKIE,
|
||||
COOKIE
|
||||
};
|
||||
|
||||
enum t_state state = SKIP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue