summaryrefslogtreecommitdiff
path: root/libguile/smob.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-01-08 01:51:14 +0000
committerJim Blandy <jimb@red-bean.com>1997-01-08 01:51:14 +0000
commitce71f796b6939cd0bb63f60bedca3c969433384b (patch)
treeb2f6db944f61af834a12f2b90bd69710bf45d7de /libguile/smob.h
parent198befde139830d44e6b6cecadf23fff26af2b80 (diff)
downloadguile-ce71f796b6939cd0bb63f60bedca3c969433384b.tar.gz
* ports.h (SCM_PTOBNUM): Removed extraneous semicolon.
* smob.h: (SCM_PTOBNUM): Removed entirely; this definition is a duplicate.
Diffstat (limited to 'libguile/smob.h')
-rw-r--r--libguile/smob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/smob.h b/libguile/smob.h
index efba996b8..b009920ce 100644
--- a/libguile/smob.h
+++ b/libguile/smob.h
@@ -57,7 +57,6 @@ typedef struct scm_smobfuns
#define SCM_SMOBNUM(x) (0x0ff & (SCM_CAR(x)>>8))
-#define SCM_PTOBNUM(x) (0x0ff & (SCM_CAR(x)>>8))
extern scm_sizet scm_numsmob;
extern scm_smobfuns *scm_smobs;