chicken-hackers
[Top][All Lists]
Advanced

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

[PATCH] Remove some dead code from runtime.c


From: Peter Bex
Subject: [PATCH] Remove some dead code from runtime.c
Date: Wed, 20 Oct 2021 09:42:51 +0200

Hi all,

In #chicken Guest-liao was asking some questions about compiling
runtime.c manually, and I noticed that they didn't have
chicken-config.h, and passing in -DHAVE_CHICKEN_CONFIG_H is needed.
While looking into this, I noticed we also used to have a HAVE_CONFIG_H
macro which got checked and defined, but this no longer seems to be in
use.  The attached patch removes the obsolete #ifdef HAVE_CONFIG_H block
from runtime.c

Cheers,
Peter

Attachment: 0001-Remove-obsolete-HAVE_CONFIG_H-check-in-runtime.c.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


reply via email to

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