[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: [MD:7074] Re: r3992 - trunk/src
- X-ml-count: 7079
- Subject: Re: [MD:7074] Re: r3992 - trunk/src
- From: ASANO Fumihisa <fasano@xxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 23:11:43 +0900
- User-agent: Thunderbird 1.5 (Windows/20051128)
max()じゃなくて、XINT()でした。
On 2005/11/29 23:08, ASANO Fumihisa wrote:
> 閉じ括弧')'が足りません。
> 白井さんはmax()に対する閉じ括弧の位置の確認をされているのだと思います。
>
> On 2005/11/29 23:05, MIYOSHI Masanori wrote:
>>>>>>> [meadow-develop : No.7074] にて
>>>>>>> 白井さんは書きました:
>>>> - XSETFASTINT (p, max (Fline_beginning_position (Qnil), PT - 1));
>>>> + XSETFASTINT (p, max (XINT (Fline_beginning_position (Qnil), PT - 1));
>>> あれ?
>>> XSETFASTINT (p, max (XINT (Fline_beginning_position (Qnil)), PT - 1));
>>> でよい?
>> どこがおかしいですか?
>> XSETFASTINT ()でしょうか?
>>
>> XINT (Fline_beginning_position (Qnil)) と PT - 1 は int
>> max (XINT (Fline_beginning_position (Qnil)), PT - 1) も int
>>
>> これを Lisp_Object の p に束縛するのだから XSETFASTINT () で良いと
>> 思うのですが...
>>
>> --
>> 三好 雅則 http://miyoshi.meadowy.org/
>>
>