comparison mc-inline.c @ 607:e055df7c1082

*** empty log message ***
author kono
date Mon, 06 Feb 2006 16:01:32 +0900
parents 6b808480f08b
children af6b9ae79583
comparison
equal deleted inserted replaced
606:1e29742ea9a6 607:e055df7c1082
1 /* Micro-C Partial Evaluator Part */ 1 /* Micro-C Partial Evaluator Part */
2 /* $Id$ */ 2
3 3 /************************************************************************
4 ** Copyright (C) 2006 Shinji Kono
5 ** 連絡先: 琉球大学情報工学科 河野 真治
6 ** (E-Mail Address: kono@ie.u-ryukyu.ac.jp)
7 **
8 ** このソースのいかなる複写,改変,修正も許諾します。ただし、
9 ** その際には、誰が貢献したを示すこの部分を残すこと。
10 ** 再配布や雑誌の付録などの問い合わせも必要ありません。
11 ** 営利利用も上記に反しない範囲で許可します。
12 ** バイナリの配布の際にはversion messageを保存することを条件とします。
13 ** このプログラムについては特に何の保証もしない、悪しからず。
14 **
15 ** Everyone is permitted to do anything on this program
16 ** including copying, modifying, improving,
17 ** as long as you don't try to pretend that you wrote it.
18 ** i.e., the above copyright notice has to appear in all copies.
19 ** Binary distribution requires original version messages.
20 ** You don't have to ask before copying, redistribution or publishing.
21 ** THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
22 ***********************************************************************/
4 #include <stdio.h> 23 #include <stdio.h>
5 #include "mc.h" 24 #include "mc.h"
6 #include "mc-parse.h" 25 #include "mc-parse.h"
7 #include "mc-codegen.h" 26 #include "mc-codegen.h"
8 #include "mc-switch.h" 27 #include "mc-switch.h"