diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-11 18:03:56 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-11 18:03:56 +0800 |
| commit | 5af7d22c524af334d7d3c4cc81475d7778b94362 (patch) | |
| tree | 86d404c8c4d256f0819d2fa8de616e0fe0660efb | |
| parent | 2f502cbb50e8b5680013dfb28e553fdf9a7473e9 (diff) | |
| download | k&r-exercises-5af7d22c524af334d7d3c4cc81475d7778b94362.tar.gz | |
4.6
| -rw-r--r-- | 4/6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define VARIABLE '3' /* signal that a variable was found */ #define MAXVAL 100 /* max depth of val and var stack */ #define BUFSIZE 100 -#define VARCOUNT 26 /* supported variable count */ +#define VARCOUNT 51 /* supported variable count */ #define LASTPRINT 'L' /* variable for most recently printed val */ int sp = 0; /* next free stack position */ |
