guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Remove SCM_I_MAX_PORT_TYPE_COUNT


From: Andy Wingo
Subject: [Guile-commits] 01/03: Remove SCM_I_MAX_PORT_TYPE_COUNT
Date: Tue, 30 Aug 2016 21:40:42 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit ebb8cb7206dfab74e9df2e0b01f773863a74132d
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 28 14:46:32 2016 +0200

    Remove SCM_I_MAX_PORT_TYPE_COUNT
    
    * libguile/ports.h (SCM_I_MAX_PORT_TYPE_COUNT): Remove unused CPP
      definition.
---
 libguile/ports.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libguile/ports.h b/libguile/ports.h
index 66b2471..6fe9ecd 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -77,9 +77,6 @@ typedef struct scm_t_port scm_t_port;
 #define SCM_PORT(x)         ((scm_t_port *) SCM_CELL_WORD_2 (x))
 #define SCM_PORT_TYPE(port) ((scm_t_port_type *) SCM_CELL_WORD_3 (port))
 
-/* Maximum number of port types.  */
-#define SCM_I_MAX_PORT_TYPE_COUNT  256
-
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]