Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
84c96c59
Commit
84c96c59
authored
Feb 16, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment improvement.
parent
5606551f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tools/misc.h
tools/misc.h
+3
-2
No files found.
tools/misc.h
View file @
84c96c59
...
...
@@ -61,8 +61,9 @@ enum sexp_token
SEXP_LIST_END
,
SEXP_EOF
,
/* The below types are internal to the input parsing. sexp_parse
* should never return a token of this type. */
/* The below types are internal to the input parsing, only
* returned by sexp_get_token. sexp_parse should never return a
* token of these types. */
SEXP_DISPLAY_START
,
SEXP_DISPLAY_END
,
SEXP_TRANSPORT_START
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment