Flávio Cruz, on Sat 19 Mar 2016 14:09:01 +0100, wrote:
> I also don't think they are going to be used since procedures and functions
> don't provide error codes during return and we can do everything with
> simpleroutine and routine, which are superior alternatives.
Ok.
> Note that I've also cros
Flavio Cruz, on Tue 15 Mar 2016 05:31:41 -0400, wrote:
> This has been tested by cross-compiling a base Hurd system to make sure
> these kinds of routines are no longer used.
Applied, thanks!
> * lexxer.l: Remove tokens.
> * parser.y: Remove token types and production rules.
> * routine.c: Remove
On 19 March 2016 at 12:35, Samuel Thibault wrote:
> Hello,
>
> Flavio Cruz, on Tue 15 Mar 2016 05:31:41 -0400, wrote:
> > This has been tested by cross-compiling a base Hurd system to make sure
> > these kinds of routines are no longer used.
>
> What is the rationale for removing them? Will we n
Hello,
Flavio Cruz, on Tue 15 Mar 2016 05:31:41 -0400, wrote:
> This has been tested by cross-compiling a base Hurd system to make sure
> these kinds of routines are no longer used.
What is the rationale for removing them? Will we never need them again?
> * lexxer.l: Remove tokens.
> * parser.y
This has been tested by cross-compiling a base Hurd system to make sure
these kinds of routines are no longer used.
* lexxer.l: Remove tokens.
* parser.y: Remove token types and production rules.
* routine.c: Remove rtMakeProcedure, rtMakeSimpleProcedure,
rtMakeFunction.
* routine.h: Remove enum v