diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:03:15 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:03:15 +0000 |
commit | e3084549910b1093135b8cb374300d8393fc76bf (patch) | |
tree | 3482b2ad983af4ceb51f3cba83cc39987deee4b3 /gdb/ada-lex.l | |
parent | 320b6f49d351803291509841a4930287597cd775 (diff) | |
download | gdb-e3084549910b1093135b8cb374300d8393fc76bf.zip gdb-e3084549910b1093135b8cb374300d8393fc76bf.tar.gz gdb-e3084549910b1093135b8cb374300d8393fc76bf.tar.bz2 |
2012-03-01 Pedro Alves <palves@redhat.com>
* ada-lang.c (ada_modulus_from_name): Delete.
* ada-lex.l (lexer_init): Make static.
Diffstat (limited to 'gdb/ada-lex.l')
-rw-r--r-- | gdb/ada-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lex.l b/gdb/ada-lex.l index 5102ff4..714265e 100644 --- a/gdb/ada-lex.l +++ b/gdb/ada-lex.l @@ -293,7 +293,7 @@ false { return FALSEKEYWORD; } /* Initialize the lexer for processing new expression. */ -void +static void lexer_init (FILE *inp) { BEGIN INITIAL; |