From 14c8274d16418369549d5ab90d6eee88cf92ad5f Mon Sep 17 00:00:00 2001 From: Rene Kita Date: Mon, 5 Sep 2022 08:20:08 +0200 Subject: [PATCH] Add comment to explain placement of the ifdef --- history.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/history.c b/history.c index 0aeae12..69eb3d8 100644 --- a/history.c +++ b/history.c @@ -87,6 +87,11 @@ fail: } #endif /* USE_HISTORY */ +/* + * The following functions are used for internal stuff, we need them regardless + * if history is used or not. + */ + Hist * newHist(void) {