mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Fix compilation errors under Clang.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#define FISH_PARSE_TREE_CONSTRUCTION_H
|
||||
|
||||
#include "parse_tree.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace parse_productions
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "common.h"
|
||||
#include "tokenizer.h"
|
||||
#include <vector>
|
||||
#include <inttypes.h>
|
||||
|
||||
#define PARSE_ASSERT(a) assert(a)
|
||||
#define PARSER_DIE() do { fprintf(stderr, "Parser dying!\n"); exit_without_destructors(-1); } while (0)
|
||||
|
||||
Reference in New Issue
Block a user