diff options
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r-- | gdb/dictionary.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/dictionary.c b/gdb/dictionary.c index 367389113ea..29816921d91 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -83,9 +83,7 @@ * Define a function dict_<op> that looks up <op> in the dict_vector and calls the appropriate function. Add a declaration for - dict_<op> to dictionary.h. - -*/ + dict_<op> to dictionary.h. */ /* An enum representing the various implementations of dictionaries. Used only for debugging. */ |