version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.4, 2021/03/17 00:32:36
|
Line 1
|
Line 1
|
/* |
/* |
* Test suite for the wildmatch code. |
* Test suite for the wildmatch code. |
* |
* |
* Copyright (C) 2003-2009 Wayne Davison | * Copyright (C) 2003-2019 Wayne Davison |
* |
* |
* This program is free software; you can redistribute it and/or modify |
* This program is free software; you can redistribute it and/or modify |
* it under the terms of the GNU General Public License as published by |
* it under the terms of the GNU General Public License as published by |
Line 30
|
Line 30
|
int fnmatch_errors = 0; |
int fnmatch_errors = 0; |
#endif |
#endif |
|
|
|
int ignore_case = 0; |
int wildmatch_errors = 0; |
int wildmatch_errors = 0; |
|
|
typedef char bool; |
typedef char bool; |