Code

Initial commit.
[pkg-cadaver.git] / lib / glob.c.diff
1 --- cadaver-0.22.2.orig/lib/glob.c
2 +++ cadaver-0.22.2/lib/glob.c
3 @@ -305,9 +305,6 @@
4  #include <glob.h>
5  \f
6  static
7 -#if __GNUC__ - 0 >= 2
8 -inline
9 -#endif
10  const char *next_brace_sub __P ((const char *begin));
11  static int glob_in_dir __P ((const char *pattern, const char *directory,
12                              int flags,
13 @@ -320,9 +317,6 @@
14  /* Find the end of the sub-pattern in a brace expression.  We define
15     this as an inline function if the compiler permits.  */
16  static
17 -#if __GNUC__ - 0 >= 2
18 -inline
19 -#endif
20  const char *
21  next_brace_sub (begin)
22       const char *begin;