/[guile]/guile/guile-core/libguile/gc_os_dep.c
ViewVC logotype

Diff of /guile/guile-core/libguile/gc_os_dep.c

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

revision 1.7.4.12 by mvo, Mon Jun 9 22:14:02 2003 UTC revision 1.7.4.13 by mvo, Thu Nov 13 18:44:29 2003 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers   * Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
3   * Copyright (c) 1991-1995 by Xerox Corporation.  All rights reserved.   * Copyright (c) 1991-1995, 2003 by Xerox Corporation.  All rights reserved.
4   * Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.   * Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.
5   * Copyright (c) 1999 by Hewlett-Packard Company.  All rights reserved.   * Copyright (c) 1999 by Hewlett-Packard Company.  All rights reserved.
6   * Copyright (c) 2000, 2001, 2003 Free Software Foundation   * Copyright (c) 2000, 2001, 2003 Free Software Foundation
# Line 391  typedef int GC_bool; Line 391  typedef int GC_bool;
391  /* SYSV on an M68K actually means A/UX.                                 */  /* SYSV on an M68K actually means A/UX.                                 */
392  /* The distinction in these cases is usually the stack starting address */  /* The distinction in these cases is usually the stack starting address */
393  # ifndef mach_type_known  # ifndef mach_type_known
394          --> unknown machine type  
395  # endif  void *
396    scm_get_stack_base ()
397    {
398      return NULL;
399    }
400    
401    # else
402                      /* Mapping is: M68K       ==> Motorola 680X0        */                      /* Mapping is: M68K       ==> Motorola 680X0        */
403                      /*             (SUNOS4,HP,NEXT, and SYSV (A/UX),    */                      /*             (SUNOS4,HP,NEXT, and SYSV (A/UX),    */
404                      /*             MACOS and AMIGA variants)            */                      /*             MACOS and AMIGA variants)            */
# Line 1916  void *scm_get_stack_base() Line 1922  void *scm_get_stack_base()
1922  # endif /* ! OS2 */  # endif /* ! OS2 */
1923  # endif /* ! MSWIN32 */  # endif /* ! MSWIN32 */
1924    
1925    #endif /* mach_type_known */
1926  #endif /* ! HAVE_LIBC_STACK_END */  #endif /* ! HAVE_LIBC_STACK_END */

Legend:
Removed from v.1.7.4.12  
changed lines
  Added in v.1.7.4.13

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