mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:41:55 +02:00
b2/: moved declarations of diagnostic functions from util.h to lang.h
This commit is contained in:
parent
433b03a59d
commit
8aa94edd2f
1
b2/chr.c
1
b2/chr.c
@ -13,6 +13,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "lang.h"
|
||||
#include "param.h"
|
||||
#include "chr.h"
|
||||
|
||||
|
@ -16,4 +16,7 @@
|
||||
void parse_hierarchy(void);
|
||||
void parse_characteristics(void);
|
||||
|
||||
void yyerrorf(const char *fmt, ...);
|
||||
void yyerror(const char *s);
|
||||
|
||||
#endif /* !LANG_H */
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "param.h"
|
||||
#include "chr.h"
|
||||
#include "db.h"
|
||||
#include "lang.h"
|
||||
|
||||
#include "y.tab.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "lang.h"
|
||||
#include "param.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user