mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-30 14:53:11 +00:00
12 lines
155 B
C
12 lines
155 B
C
|
/**\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
|