Throughout, make these changes Copyright headers: GNU Mes First mention of name: GNU Mes Website: https://www.gnu.org/software/mes Git: git://git.savannah.gnu.org/mes.git
* module/language/c99/info.scm (<function>): New type. * module/language/c99/compiler.mes (ast->type): Support function. (expr->type-size): Likewise. (expr->type): Likewise. (expr->accu*): Likewise. (function->info): Create <function>. * module/mes/M1.mes (object->M1): Grok <function>. * scaffold/tests/47-function-expression.c: Test it. * build-aux/check-mescc.sh: Add it.