projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a647b5b
)
ソース中のコメントを修正
author
j8takagi
<j8takagi@nifty.com>
Wed, 11 Jun 2014 09:56:43 +0000
(18:56 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Tue, 17 Jun 2014 01:56:32 +0000
(10:56 +0900)
src/token.c
patch
|
blob
|
history
diff --git
a/src/token.c
b/src/token.c
index
d1e3eb3
..
95df50f
100644
(file)
--- a/
src/token.c
+++ b/
src/token.c
@@
-80,7
+80,7
@@
OPD *opdtok(const char *str)
break;
}
if(strlen(q) - rcnt > OPDSIZE) {
- setcerr(118, ""); /* operand length
is
too long */
+ setcerr(118, ""); /* operand length too long */
break;
}
opd->opdv[(++opd->opdc)-1] = strdup_chk(q, "opd.opdv[]");