#ifndef YACASL2_CERR_H_INCLUDED
#define YACASL2_CERR_H_INCLUDED
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef YACASL2_DISASSEMBLE_H_INCLUDE
-#define YACASL2_DISASSEMBLE_H_INCLUDE
+#ifndef YACASL2_DISASSEMBLE_H_INCLUDED
+#define YACASL2_DISASSEMBLE_H_INCLUDED
+#include "word.h"
#include "struct.h"
/**
#include "word.h"
#include "cmem.h"
#include "cerr.h"
-#include "monitor.h"
#include "disassemble.h"
enum {
-#ifndef YACASL2_LOAD_H_INCLUDE
-#define YACASL2_LOAD_H_INCLUDE
+#ifndef YACASL2_LOAD_H_INCLUDED
+#define YACASL2_LOAD_H_INCLUDED
+#include "word.h"
+#include "struct.h"
+#include "cerr.h"
/**
* @brief アセンブル結果読み込みエラーをエラーリストに追加する
-#ifndef YACASL2_MONITOR_H_INCLUDE
-#define YACASL2_MONITOR_H_INCLUDE
+#ifndef YACASL2_MONITOR_H_INCLUDED
+#define YACASL2_MONITOR_H_INCLUDED
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
-#define _GNU_SOURCE
#include <getopt.h>
#include "cmem.h"
#include "cerr.h"
-#ifndef YACASL2_STRUCT_INCLUDED
-#define YACASL2_STRUCT_INCLUDED
+#ifndef YACASL2_STRUCT_H_INCLUDED
+#define YACASL2_STRUCT_H_INCLUDED
#include <stdio.h>
#include <assert.h>
#include "word.h"
#include "cmem.h"
#include "hash.h"
-#include "exec.h"
/**
* @brief COMET IIの規格値
-#ifndef YACASL2_TOKEN_INCLUDE
-#define YACASL2_TOKEN_INCLUDE
+#ifndef YACASL2_TOKEN_H_INCLUDED
+#define YACASL2_TOKEN_H_INCLUDED
#include <stdio.h>
#include <stdlib.h>
+#define _GNU_SOURCE
#include "package.h"
#include "assemble.h"
#include "exec.h"
+#define _GNU_SOURCE
#include "package.h"
#include "disassemble.h"
#include "load.h"
+#define _GNU_SOURCE
#include "package.h"
#include "exec.h"
#include "load.h"
+#define _GNU_SOURCE
#include "package.h"
#include "exec.h"
#include "load.h"
+#define _GNU_SOURCE
#include "package.h"
#include "word.h"
#include "exec.h"
+#include "monitor.h"
/**
* @brief プログラムレジスタ(PR)を表すWORD値を文字列に変換
-#include <stdio.h>
-#include <string.h>
-#include <assert.h>
-#include <stdlib.h>
-#include <ctype.h>
+#include "load.h"
-#include "word.h"
-#include "struct.h"
-#include "cerr.h"
/**
* @brief ファイル読み込みのエラー定義