(clang's -Weverything would correctly warn about the resulting empty
statement)
No generated code change
-/* $OpenBSD: tsort.c,v 1.37 2019/07/11 17:28:32 mestre Exp $ */
+/* $OpenBSD: tsort.c,v 1.38 2024/01/18 15:34:29 espie Exp $ */
/* ex:ts=8 sw=4:
*
* Copyright (c) 1999-2004 Marc Espie <espie@openbsd.org>
enqueue((h), (n)); \
else \
(h)->t[(h)->entries++] = (n); \
- } while(0);
+ } while(0)
static void
enqueue(struct array *h, struct node *n)