[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: [MD:7074] Re: r3992 - trunk/src



>>>>> [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));
> でよい?

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/