diff options
author | Ori Bernstein <ori@eigenstate.org> | 2019-10-22 07:00:50 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2019-10-22 21:11:15 -0700 |
commit | 3c7cf598f83d27ac3b98e0061075052f9f9baaf1 (patch) | |
tree | 445f0f976fceae8bf66c9ee4390411a7ea2d78a9 /mi | |
parent | 1f645d217c2faf9cd08b5f4910ca10479821b434 (diff) | |
download | mc-3c7cf598f83d27ac3b98e0061075052f9f9baaf1.tar.gz |
Make the 9front C compiler happy: return at end of function.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/match.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -275,6 +275,7 @@ pateq(Node *a, Node *b) default: die("unreachable"); } + return 0; } char * |