| # | Line 11 | Line 11 | |
|---|---|---|
| 11 | // Thanks to the E.S.O. - ACS project that has done this C++ interface | |
| 12 | // to the wildcards pttern matching algorithm | |
| 13 | ||
| 14 | < | #ifndef __cplusplus |
| 15 | < | #error This is a C++ include file and cannot be used from plain C |
| 16 | < | #endif |
| 14 | > | //#ifndef __cplusplus |
| 15 | > | //#error This is a C++ include file and cannot be used from plain C |
| 16 | > | //#endif |
| 17 | ||
| 18 | // Implementation of the UN*X wildcards | |
| 19 | // Supported wild-characters: '*', '?'; sets: [a-z], '!' negation | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |