[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libpoke: remove leftover comment about RTPATH argument
From: |
Jose E. Marchesi |
Subject: |
Re: [PATCH] libpoke: remove leftover comment about RTPATH argument |
Date: |
Wed, 24 May 2023 11:05:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> The RTPATH argument was removed from the pk_compiler_new prototype in
> the past, but the comment was retained.
Thanks for the patch.
Just committed it on your behalf.
PS: if you plan to continue contributing to poke, please consider
creating an account in savannah.gnu.org and let me know your
username. Then I can add you to the poke group so you get write
access to the repo.
>
> 2023-05-24 Constantin Nickel <constantin.nickel@gmail.com>
>
> * libpoke/libpoke.h (pk_compiler_new): Remove leftover comment
> about RTPATH argument.
> ---
> ChangeLog | 5 +++++
> libpoke/libpoke.h | 3 ---
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 78ac7bd8..c0ec6120 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2023-05-24 Constantin Nickel <constantin.nickel@gmail.com>
> +
> + * libpoke/libpoke.h (pk_compiler_new): Remove leftover comment
> + about RTPATH argument.
> +
> 2023-05-23 Constantin Nickel <constantin.nickel@gmail.com>
>
> * common/pk-utils.h: Fix spelling mistakes.
> diff --git a/libpoke/libpoke.h b/libpoke/libpoke.h
> index b0bf8902..095ef4b9 100644
> --- a/libpoke/libpoke.h
> +++ b/libpoke/libpoke.h
> @@ -120,9 +120,6 @@ struct pk_term_if
>
> /* Create and return a new Poke incremental compiler.
>
> - RTPATH should contain the name of a directory where the compiler
> - can find its run-time support files.
> -
> TERM_IF is a pointer to a struct pk_term_if containing pointers to
> functions providing the output routines to be used by the
> incremental compiler.