# HG changeset patch # User Jim Meyering # Date 801037145 0 # Node ID 5e83aee9e41267ad01abc949fbef4d4688a3faea # Parent 620c7195b48f1a59c3bafee38f8c362c2084db62 [REGEX_FREE]: Use ((void)0) instead of just (0). diff -r 620c7195b48f -r 5e83aee9e412 src/regex.c --- a/src/regex.c Sat May 20 16:40:11 1995 +0000 +++ b/src/regex.c Sun May 21 06:19:05 1995 +0000 @@ -243,7 +243,7 @@ destination) /* No need to do anything to free, after alloca. */ -#define REGEX_FREE(arg) (0) +#define REGEX_FREE(arg) ((void)0) /* Do nothing! But inhibit gcc warning. */ #endif /* not REGEX_MALLOC */