This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 3/3] Fortran modules namespaces [rediff]
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 02 Jun 2010 16:02:45 -0600
- Subject: Re: [patch 3/3] Fortran modules namespaces [rediff]
- References: <20100430182409.GC19190@host0.dyn.jankratochvil.net> <20100508055452.GA27443@host0.dyn.jankratochvil.net> <m34ohm5s5l.fsf@fleche.redhat.com> <20100602211612.GA30562@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> Therefore I choose the :: separator now.
Great.
Jan> while now for Fortran
Jan> MODULE::var_i
Jan> MODULE::var_j
Jan> immediately
Jan> p MOD<tab> completes to: p MODULE::var_
I think this approach is fine.
This patch is ok. Thanks.
Tom