This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Monday, August 25, 2003, at 11:01 PM, Neil Booth wrote:It looks like to_line can be killed, and replaced with new_map->to_line
in the 2 places it's used.
Ok, I did that... It turns out, that this is the tip of an iceburg...
So what was the rest of the iceberg? The rest of your patch was just a typedef replacement.
struct fileline {
unsigned int line;
}| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |