comparison mc.h @ 607:e055df7c1082

*** empty log message ***
author kono
date Mon, 06 Feb 2006 16:01:32 +0900
parents 429ec87e03e7
children af6b9ae79583
comparison
equal deleted inserted replaced
606:1e29742ea9a6 607:e055df7c1082
1 /* Micro-C header file */ 1 /* Micro-C header file */
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 ***********************************************************************/
2 24
3 #define FLOAT_CODE 1 25 #define FLOAT_CODE 1
4 #define LONGLONG_CODE 1 26 #define LONGLONG_CODE 1
5 #define CASE_CODE 1 27 #define CASE_CODE 1
6 #define ASM_CODE 1 28 #define ASM_CODE 1