X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Fdbgsyms.h;h=3b2518a439ef30f36480235cb30bd6489dc72d53;hb=76e67e2f971944cbca0f06642684ad1c45587e28;hp=6964ca1ba57dd0587a8229eac5f76fddea03af3b;hpb=487ded2ce251af522960af1ca375d86480cb8a6e;p=cc65 diff --git a/src/ld65/dbgsyms.h b/src/ld65/dbgsyms.h index 6964ca1ba..3b2518a43 100644 --- a/src/ld65/dbgsyms.h +++ b/src/ld65/dbgsyms.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2003 Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -63,8 +63,8 @@ struct DbgSym { ObjData* Obj; /* Object file that exports the name */ FilePos Pos; /* File position of definition */ ExprNode* Expr; /* Expression (0 if not def'd) */ + const char* Name; /* Name */ unsigned char Type; /* Type of symbol */ - char* Name; /* Name - dynamically allocated */ };