mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 02:53:34 +08: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
|