diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-12 09:11:51 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-12 09:11:51 +0000 |
| commit | 17adef6fc2c4e94e120f950da15768ec2fbd15e6 (patch) | |
| tree | 209545b2e52c363d09f3577734e862e1cf7b2d14 /gnu/usr.bin/bc | |
| parent | 567e9f9540ef83aca7e50c955d23aa021adeeff3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/const.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/bc/storage.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/bc/const.h b/gnu/usr.bin/bc/const.h index c0b60aee2ed3..1b55adc31d4d 100644 --- a/gnu/usr.bin/bc/const.h +++ b/gnu/usr.bin/bc/const.h @@ -73,9 +73,9 @@ #define TRUE 1 /* for use with lookup (). */ -#define SIMPLE 0 -#define ARRAY 1 -#define FUNCT 2 +#define SIMPLE 0 +#define ARRAY 1 +#define FUNCT 2 #define FUNCTDEF 3 #define EXTERN extern diff --git a/gnu/usr.bin/bc/storage.c b/gnu/usr.bin/bc/storage.c index f73afdd0617c..b4ed2706b79c 100644 --- a/gnu/usr.bin/bc/storage.c +++ b/gnu/usr.bin/bc/storage.c @@ -953,7 +953,7 @@ process_params (pc, func) } else { - rt_error ("Parameter number mismatch"); + rt_error ("Parameter number mismatch"); return; } params = params->next; |
