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

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

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

revision 1.52 by mvo, Wed Oct 16 16:08:03 2002 UTC revision 1.53 by mvo, Sun Nov 3 22:05:10 2002 UTC
# Line 117  scm_init_feature() Line 117  scm_init_feature()
117  #ifndef CHEAP_CONTINUATIONS  #ifndef CHEAP_CONTINUATIONS
118    scm_add_feature ("full-continuation");    scm_add_feature ("full-continuation");
119  #endif  #endif
 #ifdef USE_THREADS  
120  #ifndef USE_NULL_THREADS  #ifndef USE_NULL_THREADS
121    scm_add_feature ("threads");    scm_add_feature ("threads");
122  #endif  #endif
 #endif  
123        
124    scm_c_define ("char-code-limit", SCM_MAKINUM (SCM_CHAR_CODE_LIMIT));    scm_c_define ("char-code-limit", SCM_MAKINUM (SCM_CHAR_CODE_LIMIT));
125    

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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