mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
[REGEX_FREE]: Use ((void)0) instead of just (0).
This commit is contained in:
parent
fa9a63c5c2
commit
c2e1680ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ char *alloca ();
|
|||
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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue