Modified make_cons and make_frame to illustrate the pattern I
want to apply generally. This does not compile!
This commit is contained in:
parent
6148d3699f
commit
aa5b34368e
6 changed files with 145 additions and 21 deletions
|
|
@ -381,8 +381,8 @@ struct pso_pointer push_back_character( struct pso_pointer c,
|
|||
|
||||
if ( characterp( c ) && readp( r ) ) {
|
||||
if ( url_ungetwc( ( wint_t )
|
||||
( pointer_to_object( c )->payload.
|
||||
character.character ),
|
||||
( pointer_to_object( c )->payload.character.
|
||||
character ),
|
||||
pointer_to_object( r )->payload.stream.stream ) >=
|
||||
0 ) {
|
||||
result = t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue