/[gcl]/gcl/o/malloc.c
ViewVC logotype

Diff of /gcl/o/malloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:10 1999 UTC revision 1.2 by camm, Sat Feb 15 00:38:28 2003 UTC
# Line 599  realloc (mem, n) Line 599  realloc (mem, n)
599    
600  #ifndef VMS  #ifndef VMS
601    
602  char *  static char *
603  memalign (alignment, size)  memalign (alignment, size)
604       unsigned alignment, size;       unsigned alignment, size;
605  {  {
# Line 626  memalign (alignment, size) Line 626  memalign (alignment, size)
626  #ifndef HPUX  #ifndef HPUX
627  /* This runs into trouble with getpagesize on HPUX.  /* This runs into trouble with getpagesize on HPUX.
628     Patching out seems cleaner than the ugly fix needed.  */     Patching out seems cleaner than the ugly fix needed.  */
629  char *  static char *
630  valloc (size)  valloc (size)
631  {  {
632    return memalign (getpagesize (), size);    return memalign (getpagesize (), size);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26