Remove gdb workaround from readline/xfree.c
[deliverable/binutils-gdb.git] / readline / mbutil.c
index b036e0c3264fc71b7c5572d80c4b2e4c848df6ad..314a49b64bff04a4f0f1bc9450497577de48324f 100644 (file)
@@ -1,6 +1,6 @@
 /* mbutil.c -- readline multibyte character utility functions */
 
-/* Copyright (C) 2001-2009 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.      
@@ -145,7 +145,7 @@ _rl_find_next_mbchar_internal (string, seed, count, find_non_zero)
   return point;
 }
 
-static int
+/*static*/ int
 _rl_find_prev_mbchar_internal (string, seed, find_non_zero)
      char *string;
      int seed, find_non_zero;
This page took 0.02411 seconds and 4 git commands to generate.