mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Ivar underscore prefixes added and some tidying done.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4902 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a01c2a85d
commit
a2737c2cf5
69 changed files with 2340 additions and 2203 deletions
|
@ -192,7 +192,7 @@ typedef struct NCTbl {
|
|||
short cacheIndex;
|
||||
} NCTable;
|
||||
|
||||
#define TABLE ((NCTable*)table)
|
||||
#define TABLE ((NCTable*)_table)
|
||||
#define WILDCARD (TABLE->wildcard)
|
||||
#define NAMELESS (TABLE->nameless)
|
||||
#define NAMED (TABLE->named)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue