Tactical commit whilst converting to URL_FILE

This commit is contained in:
Simon Brooke 2019-01-24 18:59:01 +00:00
parent f8c20ab3b1
commit a355a28ffa
23 changed files with 700 additions and 88 deletions

View file

@ -47,6 +47,6 @@ struct cons_pointer allocate_cell( char *tag );
void initialise_cons_pages( );
void dump_pages( FILE * output );
void dump_pages( URL_FILE * output );
#endif