mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove SCM_I_MAX_PORT_TYPE_COUNT
* libguile/ports.h (SCM_I_MAX_PORT_TYPE_COUNT): Remove unused CPP definition.
This commit is contained in:
parent
342bd8dfb3
commit
ebb8cb7206
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue