253
260
void add_struct_to_map(hash_lex_struct *st)
255
262
st->ithis= size_hash_map/4;
257
264
hash_map= (char*)realloc((char*)hash_map,size_hash_map);
258
265
hash_map[size_hash_map-4]= (char) (st->first_char == -1 ? 0 :
260
267
hash_map[size_hash_map-3]= (char) (st->first_char == -1 ||
262
269
if (st->first_char == -1)
264
271
hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255;