emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for fields of `struct buffer'


From: Tom Tromey
Subject: Re: Patch for fields of `struct buffer'
Date: Tue, 08 Feb 2011 14:08:58 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>>>>> "Stefan" == Stefan Monnier <address@hidden> writes:

>> +      if (generate_globals && (!defvarflag || defvarperbufferflag
>> +                           || (type != 'I' && type != 'B'
>> +                               && type != 'L')))
>> +    continue;

Stefan> Why test (type != 'I' && type != 'B' && type != 'L')?

This filters out things like DEFVAR_PER_BUFFER.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]