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