emacs-devel
[Top][All Lists]
Advanced

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

Re: Handling of commits in emacs-23 branch and trunk.


From: Dan Nicolaescu
Subject: Re: Handling of commits in emacs-23 branch and trunk.
Date: Wed, 14 Jul 2010 11:27:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Jan Djärv <address@hidden> writes:

> Hello.
>
> Now that trunk ia ANSI-C-ified, how shall emacs-23 commits that change
> prototypes or add functions be handeled?  Shall we put them in
> emacs-23 with P__ + K&R and then fix them in trunk when they get
> merged there, or just convert to ANSI-C in emacs-23 also?

Add new functions as standard C, there's already a few like that in
emacs-23, so it's impossible to compile with a K&R compiler, so using
K&R will just generate more work when merging to the trunk.
If a function definition/declaration changes, convert it to standard C.



reply via email to

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