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
be4ee72f
Commit
be4ee72f
authored
Nov 25, 2002
by
Andreas Schwab
Browse files
Restore `#ifndef NOT_C_CODE' deleted by last change.
parent
82122254
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/m/ia64.h
src/m/ia64.h
+2
-0
No files found.
src/ChangeLog
View file @
be4ee72f
2002-11-25 Andreas Schwab <schwab@suse.de>
* m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
2002-11-24 Steven Tamm <steventamm@mac.com>
* unexmacosx.c (unexec_realloc): Use malloc_default_zone to
...
...
src/m/ia64.h
View file @
be4ee72f
...
...
@@ -133,6 +133,8 @@ Boston, MA 02111-1307, USA. */
#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS))
#define XUINT(a) ((long) (a) & VALMASK)
#ifndef NOT_C_CODE
#ifdef REL_ALLOC
#ifndef _MALLOC_INTERNAL
/* "char *" because ralloc.c defines it that way. gmalloc.c thinks it
...
...
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