AST no templates

This commit is contained in:
ridiculousfish
2013-07-25 15:24:22 -07:00
parent 3e3eefc2dc
commit 4f8d4f378c
5 changed files with 133 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
Programmatic representation of fish code.
*/
#ifndef FISH_PARSE_TREE_H
#define FISH_PARSE_TREE_H
#ifndef FISH_PARSE_PRODUCTIONS_H
#define FISH_PARSE_PRODUCTIONS_H
#include <wchar.h>