diff options
author | gingold | 2005-12-10 17:08:37 +0000 |
---|---|---|
committer | gingold | 2005-12-10 17:08:37 +0000 |
commit | 0bb4bbe8cedd504411cd77432a57219c0ce90ca7 (patch) | |
tree | 704579dcaf01d2d28283883e4a17f2cae069462e /translate/grt/ghwlib.h | |
parent | 632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a (diff) | |
download | ghdl-0bb4bbe8cedd504411cd77432a57219c0ce90ca7.tar.gz ghdl-0bb4bbe8cedd504411cd77432a57219c0ce90ca7.tar.bz2 ghdl-0bb4bbe8cedd504411cd77432a57219c0ce90ca7.zip |
package signals added
Diffstat (limited to 'translate/grt/ghwlib.h')
-rw-r--r-- | translate/grt/ghwlib.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/translate/grt/ghwlib.h b/translate/grt/ghwlib.h index 93fb153..7441d1e 100644 --- a/translate/grt/ghwlib.h +++ b/translate/grt/ghwlib.h @@ -22,9 +22,12 @@ #define _GHWLIB_H_ #include <stdio.h> -#include <stdint.h> #include <stdlib.h> +#ifdef __GNUC__ +#include <stdint.h> +#endif + enum ghdl_rtik { ghdl_rtik_top, /* 0 */ ghdl_rtik_library, @@ -252,6 +255,7 @@ enum ghw_hie_kind { ghw_hie_generate_if = 4, ghw_hie_generate_for = 5, ghw_hie_instance = 6, + ghw_hie_package = 7, ghw_hie_process = 13, ghw_hie_generic = 14, ghw_hie_eos = 15, |