added a note clarifying post_type() recursion
commit772b302187c9d1b810f7dfe0732aef78d286e317
authorJoe Soroka <gits@joesoroka.com>
Tue, 8 Mar 2011 09:33:17 +0000 (8 01:33 -0800)
committerJoe Soroka <gits@joesoroka.com>
Tue, 8 Mar 2011 09:33:17 +0000 (8 01:33 -0800)
tree46c6f7d11d00b615ade6efd89d88bc129296acfb
parent585027aa96360e05907669c14a0fddbf8a9de86a
added a note clarifying post_type() recursion

some ancient pre-K&R C allows a function to return an array
and the array brackets to be put after the arguments, such
that "int c()[]" means the same as "int[] c()"
see:
http://llvm.org/bugs/show_bug.cgi?id=2399
http://java.sun.com/docs/books/jls/third_edition/html/classes.html#38703
tccgen.c