Mercurial > hg > CbC > old > device
comparison mc.h @ 18:df7fa8cee67b
pass -Wall
add ifdef
author | kono |
---|---|
date | Sat, 01 Feb 2003 22:19:29 +0900 |
parents | ca8e268dd7d4 |
children | b62230ea38f6 |
comparison
equal
deleted
inserted
replaced
17:fdbf2fbc8140 | 18:df7fa8cee67b |
---|---|
1 /* Micro-C header file */ | 1 /* Micro-C header file */ |
2 | 2 |
3 #define DEBUG error(-1) | 3 #define DEBUG error(-1) |
4 | 4 |
5 /*#include "CCLIB.TXT" */ | 5 /*#include "CCLIB.TXT" */ |
6 #include "stdio.h" | 6 #include "stdio.h" |
7 /* #include <stdio.h> */ | |
7 | 8 |
8 #define SIZE_INT 4 | 9 #define SIZE_INT 4 |
9 | 10 |
10 #define INT (-1) | 11 #define INT (-1) |
11 #define CHAR (-2) | 12 #define CHAR (-2) |
46 #define EXTRN (-36) | 47 #define EXTRN (-36) |
47 #define VOID (-37) | 48 #define VOID (-37) |
48 #define REGISTER (-38) | 49 #define REGISTER (-38) |
49 #define CODE (-39) | 50 #define CODE (-39) |
50 #define ENVIRONMENT (-40) | 51 #define ENVIRONMENT (-40) |
52 #define DEFINED (-41) | |
51 | 53 |
52 #define TOP 0 | 54 #define TOP 0 |
53 #define GDECL 1 | 55 #define GDECL 1 |
54 #define GSDECL 2 | 56 #define GSDECL 2 |
55 #define GUDECL 3 | 57 #define GUDECL 3 |
59 #define LUDECL 7 | 61 #define LUDECL 7 |
60 #define STADECL 8 | 62 #define STADECL 8 |
61 #define STAT 9 | 63 #define STAT 9 |
62 #define GTDECL 10 | 64 #define GTDECL 10 |
63 #define LTDECL 11 | 65 #define LTDECL 11 |
66 #define IFDEF 12 | |
64 | 67 |
65 #define GVAR 1 | 68 #define GVAR 1 |
66 #define RGVAR 2 | 69 #define RGVAR 2 |
67 #define CRGVAR 3 | 70 #define CRGVAR 3 |
68 #define LVAR 4 | 71 #define LVAR 4 |