Add comment to explain placement of the ifdef

This commit is contained in:
Rene Kita
2022-09-05 08:20:08 +02:00
parent f186e8331f
commit 14c8274d16

View File

@@ -87,6 +87,11 @@ fail:
} }
#endif /* USE_HISTORY */ #endif /* USE_HISTORY */
/*
* The following functions are used for internal stuff, we need them regardless
* if history is used or not.
*/
Hist * Hist *
newHist(void) newHist(void)
{ {