Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
75934b1d
Commit
75934b1d
authored
Jun 01, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
parent
9f32a766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/gmalloc.c
src/gmalloc.c
+1
-2
No files found.
src/ChangeLog
View file @
75934b1d
2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
* gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
* s/sol2-6.h: Remove obsolete comments.
Remove unnecessary alloca.h includes.
...
...
src/gmalloc.c
View file @
75934b1d
...
...
@@ -42,8 +42,7 @@ Fifth Floor, Boston, MA 02110-1301, USA.
#endif
#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \
|| defined STDC_HEADERS || defined PROTOTYPES) \
&& ! defined (BROKEN_PROTOTYPES))
|| defined STDC_HEADERS || defined PROTOTYPES))
#undef PP
#define PP(args) args
#undef __ptr_t
...
...
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