mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Prefix all field names with _.
This commit is contained in:
@@ -35,10 +35,10 @@ public:
|
||||
/* Access to first element of list. */
|
||||
KeywordExt* first () { return this; }
|
||||
/* Access to next element of list. */
|
||||
KeywordExt_List *& rest () { return cdr; }
|
||||
KeywordExt_List *& rest () { return _cdr; }
|
||||
|
||||
private:
|
||||
KeywordExt_List * cdr;
|
||||
KeywordExt_List * _cdr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user