This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 02/16] change how list of modules is computed


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> Wouldn't using continuation lines work just as well?

I suppose.

Pedro> -IMPORTED_GNULIB_MODULES="fnmatch-gnu frexpl inttypes memmem
Pedro> update-copyright unistd pathmax"
Pedro> +IMPORTED_GNULIB_MODULES="\
Pedro> +  fnmatch-gnu \
Pedro> +  frexpl \
Pedro> +  inttypes \
Pedro> +  memmem \
Pedro> +  update-copyright \
Pedro> +  unistd \
Pedro> +  pathmax \
Pedro> +"

Pedro> I'd find that a lot less distracting, therefore more readable.

Ok.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]