projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9f07b
)
identifier: Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 29 May 2023 20:06:41 +0000
(13:06 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 29 May 2023 20:06:41 +0000
(13:06 -0700)
src/data/identifier.h
patch
|
blob
|
history
diff --git
a/src/data/identifier.h
b/src/data/identifier.h
index 8fc25cccbad4198326c77a05e1ee536d69805125..9da869638b67cf754d8d44dc54557638a0eab0af 100644
(file)
--- a/
src/data/identifier.h
+++ b/
src/data/identifier.h
@@
-38,7
+38,7
@@
TOKEN_TYPE(ASTERISK) /* * */ \
TOKEN_TYPE(SLASH) /* / */ \
TOKEN_TYPE(EQUALS) /* = */ \
- TOKEN_TYPE(LPAREN) /* (
*/
\
+ TOKEN_TYPE(LPAREN) /* (
*/
\
TOKEN_TYPE(RPAREN) /* ) */ \
TOKEN_TYPE(LBRACK) /* [ */ \
TOKEN_TYPE(RBRACK) /* ] */ \