[BACK]Return to bcode.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / dc

Diff for /src/usr.bin/dc/bcode.h between version 1.3 and 1.4

version 1.3, 2003/12/01 09:13:24 version 1.4, 2006/01/15 19:11:59
Line 66 
Line 66 
   
 struct vtable {  struct vtable {
         int     (*readchar)(struct source *);          int     (*readchar)(struct source *);
         int     (*unreadchar)(struct source *);          void    (*unreadchar)(struct source *);
         char    *(*readline)(struct source *);          char    *(*readline)(struct source *);
         void    (*free)(struct source *);          void    (*free)(struct source *);
 };  };

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