aboutsummaryrefslogtreecommitdiff
path: root/src/a2l.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:27:37 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:27:37 +0000
commitcecea45d580c99f052409a53e7c3007754e9f3f5 (patch)
tree0cbbb77d16cd34725115b3f16d8d4e280b0f8bac /src/a2l.c
parent34a2ba5cba836ebc1211b33381c648160ca71ef5 (diff)
cleanup includes
svn path=/trunk/externals/zexy/; revision=9112
Diffstat (limited to 'src/a2l.c')
-rw-r--r--src/a2l.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/a2l.c b/src/a2l.c
index aff11f7..a840f54 100644
--- a/src/a2l.c
+++ b/src/a2l.c
@@ -22,7 +22,9 @@
/* ------------------------- a2l ------------------------------- */
-/* convert anythings to lists, pass through the rest */
+/* convert anythings to lists, pass through the rest
+ * nowadays you can use [list] for this
+ */
static t_class *a2l_class;