aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-15 18:54:20 -0800
committerNicholas <nbnoll@eml.cc>2021-11-15 18:54:20 -0800
commita93cc453bd8072e7d79ebe8f00614e1b99eb5852 (patch)
tree12f85f32daf8fce0387b07db6a960b21e3889faf /src/cmd/rc/exec.h
parent5baa63ab502c98f6f62368302d92b6b90f9fcd26 (diff)
Feat: added match keyword
However, it is not tested in the slightest.
Diffstat (limited to 'src/cmd/rc/exec.h')
-rw-r--r--src/cmd/rc/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.h b/src/cmd/rc/exec.h
index 78250f1..d14c0f6 100644
--- a/src/cmd/rc/exec.h
+++ b/src/cmd/rc/exec.h
@@ -8,6 +8,7 @@
*/
void Xcase(void);
+void Xmatch(void);
void Xmark(void); // Xmark marks stack location for word
void Xindex(void); // Xindex
void Xlocal(void); // Xlocal(name,val) create local variable, assign value