toolchain: xpcg: replace bluelib with fx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "file-span.h"
|
||||
|
||||
#include <blue/core/queue.h>
|
||||
#include <fx/core/queue.h>
|
||||
|
||||
#define TOKEN_TYPE(tok) ((tok) ? (tok)->tok_type : TOK_NONE)
|
||||
#define TOKEN_IS(tok, type) ((tok) && ((tok)->tok_type & (type)) != 0)
|
||||
@@ -55,7 +55,7 @@ struct token {
|
||||
struct file_span tok_location;
|
||||
enum token_type tok_type;
|
||||
enum token_value_type tok_value_type;
|
||||
b_queue_entry tok_entry;
|
||||
fx_queue_entry tok_entry;
|
||||
|
||||
union {
|
||||
char *tok_str;
|
||||
|
||||
Reference in New Issue
Block a user