/[guile]/guile/guile-core/libguile/ports.h
ViewVC logotype

Diff of /guile/guile-core/libguile/ports.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by hanwen, Thu Aug 8 23:02:28 2002 UTC revision 1.85 by hanwen, Fri Aug 16 22:01:10 2002 UTC
# Line 132  typedef struct Line 132  typedef struct
132    size_t putback_buf_size;        /* allocated size of putback_buf.  */    size_t putback_buf_size;        /* allocated size of putback_buf.  */
133  } scm_t_port;  } scm_t_port;
134    
135  SCM_API scm_t_port **scm_port_table;  SCM_API scm_t_port **scm_i_port_table;
136  SCM_API long scm_port_table_size; /* Number of ports in scm_port_table.  */  SCM_API long scm_i_port_table_size; /* Number of ports in scm_i_port_table.  */
137    
138  #define SCM_READ_BUFFER_EMPTY_P(c_port) (c_port->read_pos >= c_port->read_end)  #define SCM_READ_BUFFER_EMPTY_P(c_port) (c_port->read_pos >= c_port->read_end)
139    
# Line 215  typedef struct scm_t_ptob_descriptor Line 215  typedef struct scm_t_ptob_descriptor
215    
216  SCM_API scm_t_ptob_descriptor *scm_ptobs;  SCM_API scm_t_ptob_descriptor *scm_ptobs;
217  SCM_API long scm_numptob;  SCM_API long scm_numptob;
218  SCM_API long scm_port_table_room;  SCM_API long scm_i_port_table_room;
219    
220    
221    
# Line 309  SCM_API SCM scm_void_port (char * mode_s Line 309  SCM_API SCM scm_void_port (char * mode_s
309  SCM_API SCM scm_sys_make_void_port (SCM mode);  SCM_API SCM scm_sys_make_void_port (SCM mode);
310  SCM_API void scm_init_ports (void);  SCM_API void scm_init_ports (void);
311    
312    
313    #if SCM_ENABLE_DEPRECATED==1
314    SCM_API scm_t_port * scm_add_to_port_table (SCM port);
315    #endif
316    
317  #ifdef GUILE_DEBUG  #ifdef GUILE_DEBUG
318  SCM_API SCM scm_pt_size (void);  SCM_API SCM scm_pt_size (void);
319  SCM_API SCM scm_pt_member (SCM member);  SCM_API SCM scm_pt_member (SCM member);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26