Re: cur_namespace under imcc.y

2006-09-17 Thread Alberto Simões
Apparently they are the same. Merged as #14635 Alberto Alberto Simões wrote: Hi When searching for globals on PIR parser (most of these globals are in the top of imcc.y file) I found: imcc.y: SymReg *cur_namespace; /* ugly hack for mk_address */ imc.h: typedef struct _imc_info_t {

cur_namespace under imcc.y

2006-09-14 Thread Alberto Simões
Hi When searching for globals on PIR parser (most of these globals are in the top of imcc.y file) I found: imcc.y: SymReg *cur_namespace; /* ugly hack for mk_address */ imc.h: typedef struct _imc_info_t { ... SymReg * cur_namespace; ... } imc_info_t Now my question