Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2e1680a
Commit
c2e1680a
authored
May 21, 1995
by
Jim Meyering
Browse files
[REGEX_FREE]: Use ((void)0) instead of just (0).
parent
fa9a63c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/regex.c
src/regex.c
+1
-1
No files found.
src/regex.c
View file @
c2e1680a
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment