Add TODO items to tidy code for easier understanding.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5185 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-08-20 15:56:39 +00:00
parent 7f572468e5
commit a4f51bd0bf

View File

@ -25,6 +25,11 @@
/*
* Build commands and menu items.
*/
/* TODO: tidy code:
* De-uglify expressions with too much pointer indirection/array indexing by
* adding intermediate variables.
* Replace defines with enums.
* Other TODOs in code. */
#include "geany.h"
#include "build.h"