ラベル表の構造を整理
[YACASL2.git] / include / assemble.h
index 257fe37..92b7917 100644 (file)
@@ -65,9 +65,7 @@ typedef struct {
  */
 typedef struct _LABELTAB {
     struct _LABELTAB *next;     /**<リスト次項目へのポインタ */
-    char *prog;                 /**<プログラム名  */
-    char *label;                /**<ラベル名 */
-    WORD adr;                   /**<アドレス */
+    LABELARRAY *label;          /**ラベル配列 */
 } LABELTAB;
 
 /**