rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 292f79d2715d0e7cdcc0836f6f26ef56967c5f11
parent 73c408f1358aba0ad50eca04c10e1fe06c969ccd
Author: Drazen Borkovic <borkovic@users.noreply.github.com>
Date:   Sat, 26 Aug 2017 17:01:35 -0700

Formatting

Diffstat:
Mbuiltins.c | 2+-
Mrc.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builtins.c b/builtins.c @@ -39,7 +39,7 @@ static struct { { b_break, "break" }, { b_builtin, "builtin" }, { b_cd, "cd" }, - { b_continue, "continue" }, + { b_continue, "continue" }, #if RC_ECHO { b_echo, "echo" }, #endif diff --git a/rc.h b/rc.h @@ -185,7 +185,7 @@ extern bool outstanding_cmdarg(void); extern void pop_cmdarg(bool); extern void rc_raise(ecodes); extern void except(ecodes, Edata, Estack *); -extern void unexcept(ecodes e); +extern void unexcept(ecodes); extern void rc_error(char *); extern void sigint(int);