mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix compilation errors under Clang.
This commit is contained in:
parent
ce857b0770
commit
e8ba3c2f4d
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue