replace "scm_*_t" with "scm_t_*".
[bpt/guile.git] / libguile / lang.h
index f0514d0..dfae819 100644 (file)
@@ -49,7 +49,7 @@
 \f
 
 extern SCM scm_lisp_nil;
-extern SCM scm_lisp_t;
+extern SCM scm_t_lisp;
 
 #define SCM_NILP(x) (SCM_EQ_P ((x), scm_lisp_nil))
 #define SCM_NILNULLP(x) (SCM_NILP (x) || SCM_NULLP (x))