emacs-devel
[Top][All Lists]
Advanced

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

Re: PURESIZE increased (again)


From: Andreas Schwab
Subject: Re: PURESIZE increased (again)
Date: Sat, 29 Apr 2006 17:33:57 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>   . Minor differences in the defvar's and custom forms, like these:
>
>     -(defvar backup-inhibited nil (#$ . 2763))
>     +(defvar backup-inhibited nil (#$ . 2801))
>
>     -(custom-declare-variable 'backup-by-copying 'nil '(#$ . -3035) :type 
> 'boolean :group 'backup)
>     +(custom-declare-variable 'backup-by-copying 'nil '(#$ . -3073) :type 
> 'boolean :group 'backup)
>
> I think these differences are immaterial, but just so we don't miss
> something of importance: could someone who knows more than myself
> about the byte-compiled code please tell what are those numbers that
> differ between the two systems?

These are pointers to the doc string, offsets into the file (the sign is
the user-variable-p flag).  Since the comment at the start of the files
differ in length the offsets will differ too.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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