mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Get some basic function signatures right for new instanced parser
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include "util.h"
|
||||
#include "common.h"
|
||||
|
||||
class parser_t;
|
||||
|
||||
/**
|
||||
Structure describing a function. This is used by the parser to
|
||||
store data on a function while parsing it. It is not used
|
||||
|
||||
Reference in New Issue
Block a user