From mboxrd@z Thu Jan 1 00:00:00 1970 From: jimb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile tags.h Date: Mon, 19 Jul 1999 00:54:00 -0000 Message-id: <19990719075412.29399.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00035.html List-Id: CVSROOT: /egcs/carton/guile-home/cvsfiles Module name: guile Changes by: jimb@egcs.cygnus.com 99/07/19 00:54:12 Modified files: guile-core/libguile: tags.h Log message: * tags.h (SCM_IMP, SCM_NCONSP, SCM_NCELLP, SCM_ITAG3, SCM_TYP3, SCM_TYP7, SCM_TYP7S, SCM_TYP16, SCM_TYP16S, SCM_GCTYP16, SCM_GCMARKP, SCM_GC8MARKP): Don't cast to int. Either SCM or no cast at all is more appropriate in every case. At the moment, we assume everywhere that SCM is an integral type anyway.