154 memset( storage, 0,
sizeof (
Storage ) );
155 storage->
name = strdup( _name );
157 storage->
fileName = strdup( _file_name );
void begin_storage(Environment *_environment, char *_name, char *_file_name)
Emit code for STORAGE ... ENDSTORAGE.
struct _Environment Environment
Structure of compilation environment.
struct _Storage Storage
Structure of a single storage.
#define CRITICAL_STORAGE_NESTED_UNSUPPORTED(n)