projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa03289
)
コメントの修正
author
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jun 2018 13:26:01 +0000
(22:26 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jun 2018 13:52:33 +0000
(22:52 +0900)
include/assemble.h
patch
|
blob
|
history
diff --git
a/include/assemble.h
b/include/assemble.h
index
92b7917
..
09949d6
100644
(file)
--- a/
include/assemble.h
+++ b/
include/assemble.h
@@
-65,7
+65,7
@@
typedef struct {
*/
typedef struct _LABELTAB {
struct _LABELTAB *next; /**<リスト次項目へのポインタ */
- LABELARRAY *label; /**ラベル配列 */
+ LABELARRAY *label; /**
<
ラベル配列 */
} LABELTAB;
/**