mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Prefix all field names with _.
This commit is contained in:
@@ -24,6 +24,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
|
||||
|
||||
/* Constructor. */
|
||||
KeywordExt_List::KeywordExt_List (const char *s, int s_len, const char *r)
|
||||
: KeywordExt (s, s_len, r), cdr (NULL)
|
||||
: KeywordExt (s, s_len, r), _cdr (NULL)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user