diff options
| author | Mustafa Quraish <[email protected]> | 2022-02-02 19:35:04 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-02-02 19:44:36 -0500 |
| commit | a9e4d231808aba5b146197ab59450c9035354b7f (patch) | |
| tree | 4cd466cc362c3359ff9a276ef33a4fe3b49cb7c5 /src/parser.h | |
| parent | Handle OP_ASSIGN in `print_ast()` (diff) | |
| download | cup-a9e4d231808aba5b146197ab59450c9035354b7f.tar.xz cup-a9e4d231808aba5b146197ab59450c9035354b7f.zip | |
Remove default initialization to 0 for variable declarations
This made sense when all variables were of the same size, but now
with arrays we don't initialize them by default. Perhaps we should
find a way to 0-initialize all the memory?
Diffstat (limited to 'src/parser.h')
0 files changed, 0 insertions, 0 deletions