diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2023-01-28 20:08:43 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2023-01-28 20:08:43 +0000 |
| commit | 1a63323d17fedb05b6962853e821c9d7c6b9853e (patch) | |
| tree | 97f1d2e585fa485b0dcea42f46de98bdb6c09327 /include/program.h | |
| parent | 3c2ba19f6b2f58c7cb3389e595d6afe7310c0d6b (diff) | |
Diffstat (limited to 'include/program.h')
| -rw-r--r-- | include/program.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/program.h b/include/program.h index 3acd5157b127..3a3ea6c9dab7 100644 --- a/include/program.h +++ b/include/program.h @@ -220,20 +220,11 @@ typedef struct BcProgram #if !BC_ENABLED -/// This define disappears the parameter last because for dc only, last is -/// always true. -#define bc_program_copyToVar(p, name, t, last) \ - bc_program_copyToVar_impl(p, name, t) - /// Returns true if the calculator should pop after printing. #define BC_PROGRAM_POP(pop) (pop) #else // !BC_ENABLED -// This is here to quiet a compiler warning. -#define bc_program_copyToVar(p, name, t, last) \ - bc_program_copyToVar_impl(p, name, t, last) - /// Returns true if the calculator should pop after printing. #define BC_PROGRAM_POP(pop) (BC_IS_BC || (pop)) |
