/[guile]/guile/guile-core/libguile/_scm.h
ViewVC logotype

Diff of /guile/guile-core/libguile/_scm.h

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

revision 1.27 by xxhanwen, Sat Jul 20 14:08:33 2002 UTC revision 1.28 by mvo, Sat Nov 2 01:01:00 2002 UTC
# Line 3  Line 3 
3  #ifndef SCM__SCM_H  #ifndef SCM__SCM_H
4  #define SCM__SCM_H  #define SCM__SCM_H
5    
6  /* Copyright (C) 1995,1996,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,2000,2001, 2002 Free Software Foundation, Inc.
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 46  Line 46 
46    
47    
48    
49    #include <errno.h>
50    
51  #include "libguile/__scm.h"  #include "libguile/__scm.h"
52    
53  /* "What's the difference between _scm.h and __scm.h?"  /* "What's the difference between _scm.h and __scm.h?"
# Line 88  Line 90 
90     when installing signal handlers.     when installing signal handlers.
91     */     */
92    
93    /* However, don't assume SA_RESTART works with pthreads... */
94    #ifdef USE_COPT_THREADS
95    #undef HAVE_RESTARTABLE_SYSCALLS
96    #endif
97    
98  #ifdef HAVE_RESTARTABLE_SYSCALLS  #ifdef HAVE_RESTARTABLE_SYSCALLS
99  #define SCM_SYSCALL(line) line  #define SCM_SYSCALL(line) line
100  #endif  #endif

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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