diff options
Diffstat (limited to 'contrib/bc/include/args.h')
| -rw-r--r-- | contrib/bc/include/args.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bc/include/args.h b/contrib/bc/include/args.h index f2bc2d6bab05..d53785067237 100644 --- a/contrib/bc/include/args.h +++ b/contrib/bc/include/args.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2018-2020 Gavin D. Howard and contributors. + * Copyright (c) 2018-2021 Gavin D. Howard and contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -39,7 +39,7 @@ #include <status.h> #include <vm.h> -void bc_args(int argc, char *argv[]); +void bc_args(int argc, char *argv[], bool exit_exprs); extern const char* const bc_args_env_name; |
