Skip to content
Snippets Groups Projects
Commit 135d850e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Generate #error instead of just letting the compile fail.

parent 786bbe4f
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
For NT: http://people.delphi.com/gjc/hs_regex.html
*/
#error "No POSIX REGEX available."
#else
/* have regex.h, assume it's POSIX compliant */
# include <regex.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment