Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / behvrlog / bgl_error.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : Grammar for Verilog */
6 /* Fichier : bgl_error.h */
7 /* */
8 /* (c) copyright 2000 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Anthony LESTER */
12 /* */
13 /* */
14 /****************************************************************************/
15
16 void bgl_error(int code, char *str1, bgl_bcompcontext *context);
17 void bgl_warning(int code, char *str1);
18 void bgl_toolbug(int code, char *str1, char *str2, int nbr1, bgl_bcompcontext *context);
19 void bgl_message(int code, char *str1, int nmb1);
20