From 5908432bba4426c027b54f62534f04b7c0ea327e Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 3 Jun 2012 14:19:05 +0200 Subject: [PATCH] Add a TODO to ensure that all new headers have header guards --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 4450bdf0..91c31015 100644 --- a/TODO +++ b/TODO @@ -17,4 +17,5 @@ Windows Port TODO the Windows buildin "mkdir" can be used. - The Makefile needs some love. '' cannot be used as quotation marks under Windows and shouled be changed to "". +- Ensure that all new headers have header guards.