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

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

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

revision 1.102 by dirk, Fri Jun 6 06:02:20 2003 UTC revision 1.103 by kryde, Fri Jun 6 22:32:29 2003 UTC
# Line 29  Line 29 
29  /* picks up scmconfig.h too */  /* picks up scmconfig.h too */
30  #include "libguile/__scm.h"  #include "libguile/__scm.h"
31    
32    #if HAVE_INTTYPES_H
33    # include <inttypes.h>  /* for INTPTR_MAX and friends */
34    #else
35    # if HAVE_STDINT_H
36    #  include <stdint.h>   /* for INTPTR_MAX and friends */
37    # endif
38    #endif
39    
40  /* In the beginning was the Word:  /* In the beginning was the Word:
41   */   */
42  #if SCM_SIZEOF_INTPTR_T != 0 && defined(INTPTR_MAX) && defined(INTPTR_MIN)  #if SCM_SIZEOF_INTPTR_T != 0 && defined(INTPTR_MAX) && defined(INTPTR_MIN)

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

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