diff options
Diffstat (limited to 'gdb/rust-parse.c')
-rw-r--r-- | gdb/rust-parse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c index ef64005..b428b97 100644 --- a/gdb/rust-parse.c +++ b/gdb/rust-parse.c @@ -2421,9 +2421,7 @@ rust_lex_tests (void) -void _initialize_rust_exp (); -void -_initialize_rust_exp () +INIT_GDB_FILE (rust_exp) { int code = regcomp (&number_regex, number_regex_text, REG_EXTENDED); /* If the regular expression was incorrect, it was a programming |