ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/microscheme/scheme-private.h
(Generate patch)

Comparing cvsroot/microscheme/scheme-private.h (file contents):
Revision 1.15 by root, Mon Dec 7 18:10:57 2015 UTC vs.
Revision 1.16 by root, Mon Dec 7 22:12:53 2015 UTC

21{ 21{
22# endif 22# endif
23 23
24enum scheme_port_kind 24enum scheme_port_kind
25{ 25{
26 port_free = 0, 26 port_free = 0,
27 port_file = 1, 27 port_file = 1,
28 port_string = 2, 28 port_string = 2,
29 port_srfi6 = 4, 29 port_srfi6 = 4,
30 port_input = 16, 30 port_input = 16,
31 port_output = 32, 31 port_output = 32,
32 port_saw_EOF = 64 32 port_saw_EOF = 64
33}; 33};
34 34
35typedef struct port 35typedef struct port
36{ 36{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines