parent
09b432bbf3
commit
97ee5be7f5
|
@ -37,6 +37,10 @@
|
||||||
#ifndef ABE_BEHDEF
|
#ifndef ABE_BEHDEF
|
||||||
#define ABE_BEHDEF
|
#define ABE_BEHDEF
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
/* ###------------------------------------------------------### */
|
/* ###------------------------------------------------------### */
|
||||||
/* defines */
|
/* defines */
|
||||||
/* ###------------------------------------------------------### */
|
/* ###------------------------------------------------------### */
|
||||||
|
@ -318,4 +322,8 @@ extern int beh_error ();
|
||||||
extern void beh_message ();
|
extern void beh_message ();
|
||||||
extern void beh_toolbug ();
|
extern void beh_toolbug ();
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
#ifndef ABV_BVLDEF
|
#ifndef ABV_BVLDEF
|
||||||
#define ABV_BVLDEF
|
#define ABV_BVLDEF
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#define ABV_TRACE_MASK 0x00000001 /* print messages when parsing */
|
#define ABV_TRACE_MASK 0x00000001 /* print messages when parsing */
|
||||||
#define ABV_KEEP_AUX_MASK 0x00000002 /* keep internal signals */
|
#define ABV_KEEP_AUX_MASK 0x00000002 /* keep internal signals */
|
||||||
#define ABV_SYNTH_MASK 0x00000004 /* special mode for synthesis */
|
#define ABV_SYNTH_MASK 0x00000004 /* special mode for synthesis */
|
||||||
|
@ -48,4 +52,8 @@
|
||||||
extern struct befig *vhdlloadbefig ();
|
extern struct befig *vhdlloadbefig ();
|
||||||
extern void vhdlsavebefig ();
|
extern void vhdlsavebefig ();
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue