muscles: fix another occurrence of unescaped type name
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 12:41:55 +0000 (14:41 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 15:03:54 +0000 (17:03 +0200)
commit9a86ee6058b0fa85f2625b4a0a784eab5098ed58
tree79e12b9c3ed0cd6f30b33ef023c38dab027000fe
parent0e164d43d115b13f300892a4c0ab643ed03020c9
muscles: fix another occurrence of unescaped type name

* src/output.c (quoted_output): Split into...
(quoted_output, string_output): these.
Use the former when outputting a type_name.
* tests/input.at: Check this case.
* src/symtab.h: Comment changes.
src/output.c
src/symtab.h
tests/input.at