parens around macro value. (oops!)

This commit is contained in:
cgd 1997-01-23 19:13:56 +00:00
parent c3b56cd6af
commit 2ea81b29dd
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ struct relocation_info *textrel, *datarel;
struct nlist *symbase;
#define SYMSTR(sp) &strbase[(sp)->n_un.n_strx]
#define SYMSTR(sp) (&strbase[(sp)->n_un.n_strx])
/* is the symbol a global symbol defined in the current file? */
#define IS_GLOBAL_DEFINED(sp) \

View File

@ -45,7 +45,7 @@ struct relocation_info *textrel, *datarel;
struct nlist *symbase;
#define SYMSTR(sp) &strbase[(sp)->n_un.n_strx]
#define SYMSTR(sp) (&strbase[(sp)->n_un.n_strx])
/* is the symbol a global symbol defined in the current file? */
#define IS_GLOBAL_DEFINED(sp) \