fish-shell/parse_exec.h

12 lines
155 B
C
Raw Normal View History

/**\file parse_exec.h
Programmatic execution of a parse tree
*/
#ifndef FISH_PARSE_TREE_H
#define FISH_PARSE_TREE_H
#include "parse_tree.h"
#endif