On 10 January 2014 21:45, Tom Tromey wrote: > > This should mention the Makefile.in change, like: > > * Makefile.in (SFILES): Add d-support.c. > (COMMON_OBS): Add d-support.o. > > ... and the d-lang.h change, even though it is trivial. > > Otherwise the patch is fine. > > Tom And patch to move functions to d-support.c. Updated from previous patch changes, and ChangeLog entries added. 2014-01-11 Iain Buclaw * Makefile.in (SFILES): Add d-support.c. (COMMON_OBS): Add d-support.o. * d-lang.h (d_parse_symbol): Add comment, now defined in d-support.c. * d-lang.c (parse_call_convention) (parse_attributes, parse_function_types) (parse_function_args, parse_type, parse_identifier) (call_convention_p, d_parse_symbol): Move functions to ... * d-support.c: ... New file. ---