/[gcl]/gcl/gcl-tk/sheader.h
ViewVC logotype

Diff of /gcl/gcl-tk/sheader.h

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

revision 1.4 by camm, Thu Nov 6 16:08:07 2003 UTC revision 1.5 by camm, Thu Nov 6 20:47:15 2003 UTC
# Line 104  struct connection_state Line 104  struct connection_state
104  extern struct connection_state *dsfd;  extern struct connection_state *dsfd;
105    
106  #define fScheck_dsfd_for_input(sf,timeout) \  #define fScheck_dsfd_for_input(sf,timeout) \
107   (sf->valid_data_size > 0 ? make_fixnum1(1) : FFN(fScheck_fd_for_input)(sf->fd,timeout))   (sf->valid_data_size > 0 ? make_fixnum1(1) : fScheck_fd_for_input(sf->fd,timeout))
108    
109  #define OBJ_TO_CONNECTION_STATE(x) \  #define OBJ_TO_CONNECTION_STATE(x) \
110    ((struct connection_state *)(void *)((x)->ust.ust_self))    ((struct connection_state *)(void *)((x)->ust.ust_self))

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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