summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index 1a6684c..e58f4ec 100644
--- a/toc.c
+++ b/toc.c
@@ -3,6 +3,9 @@
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
+
+/* NOTE: all stages should use the same allocator! */
+
/* Includes all of toc's files */
#include <assert.h>
#include <ctype.h>