Skip to content
Snippets Groups Projects
Commit 84c96c59 authored by Niels Möller's avatar Niels Möller
Browse files

Comment improvement.

parent 5606551f
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,9 @@ enum sexp_token ...@@ -61,8 +61,9 @@ enum sexp_token
SEXP_LIST_END, SEXP_LIST_END,
SEXP_EOF, SEXP_EOF,
/* The below types are internal to the input parsing. sexp_parse /* The below types are internal to the input parsing, only
* should never return a token of this type. */ * returned by sexp_get_token. sexp_parse should never return a
* token of these types. */
SEXP_DISPLAY_START, SEXP_DISPLAY_START,
SEXP_DISPLAY_END, SEXP_DISPLAY_END,
SEXP_TRANSPORT_START, SEXP_TRANSPORT_START,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment