/* Reading NeXTstep/GNUstep .strings files.
- Copyright (C) 2003, 2005-2007, 2009, 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2007, 2009, 2019-2020, 2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
buffer[buflen++] = c;
}
-static inline void
+static void
comment_line_end (size_t chars_to_remove, bool test_for_fuzzy_msgstr)
{
char *line;
If unconstrained is false, only real numbers are accepted; otherwise,
complex numbers are accepted as well.
Taken from guile-1.6.4/libguile/numbers.c:scm_istr2flo(). */
-static inline bool
+static bool
is_other_number_syntax (const char *str, int len, int radix, bool unconstrained)
{
const char *p = str;