aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lex.l
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-01 21:03:15 +0000
committerPedro Alves <palves@redhat.com>2012-03-01 21:03:15 +0000
commite3084549910b1093135b8cb374300d8393fc76bf (patch)
tree3482b2ad983af4ceb51f3cba83cc39987deee4b3 /gdb/ada-lex.l
parent320b6f49d351803291509841a4930287597cd775 (diff)
downloadbinutils-e3084549910b1093135b8cb374300d8393fc76bf.zip
binutils-e3084549910b1093135b8cb374300d8393fc76bf.tar.gz
binutils-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.l2
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;