changeset 9:cef74c1054c1

Remove warnings in tableau3
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Fri, 25 Dec 2015 18:47:23 +0900
parents a15437a1e94c
children 35d0358b3fe6
files ltl.cbc ltl.h tableau.h
diffstat 3 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ltl.cbc	Fri Dec 25 18:41:52 2015 +0900
+++ b/ltl.cbc	Fri Dec 25 18:47:23 2015 +0900
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include "ltl.h"
 #include "queue.h"
 #include "dpp_common.h"
 
--- a/ltl.h	Fri Dec 25 18:41:52 2015 +0900
+++ b/ltl.h	Fri Dec 25 18:47:23 2015 +0900
@@ -1,6 +1,8 @@
 #ifndef _LTL_H_
 #define _LTL_H_
 
+#include "tableau.h"
+
 extern __code
 check(int *always_flag, struct phils *phils, struct task *list);
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tableau.h	Fri Dec 25 18:47:23 2015 +0900
@@ -0,0 +1,7 @@
+#ifndef _TABLEAU_H_
+#define _TABLEAU_H_
+
+#include "dpp_common.h"
+extern __code tableau(TaskPtr list);
+
+#endif