Fixed bug that reading map literal didn't evaluate values.
This commit is contained in:
parent
40e3502247
commit
462c0c69b4
3 changed files with 71 additions and 36 deletions
|
|
@ -11,11 +11,13 @@
|
|||
#ifndef __read_h
|
||||
#define __read_h
|
||||
|
||||
#include "memory/consspaceobject.h"
|
||||
|
||||
/**
|
||||
* read the next object on this input stream and return a cons_pointer to it.
|
||||
*/
|
||||
struct cons_pointer read( struct stack_frame *frame,
|
||||
struct cons_pointer frame_pointer,
|
||||
URL_FILE * input );
|
||||
struct cons_pointer env, URL_FILE * input );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue