diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |