From 3c7cf598f83d27ac3b98e0061075052f9f9baaf1 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Tue, 22 Oct 2019 07:00:50 +0000 Subject: Make the 9front C compiler happy: return at end of function. --- mi/match.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mi/match.c b/mi/match.c index 4ee420e..cc34390 100644 --- a/mi/match.c +++ b/mi/match.c @@ -275,6 +275,7 @@ pateq(Node *a, Node *b) default: die("unreachable"); } + return 0; } char * -- cgit v1.1