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