]> git.tuebingen.mpg.de Git - adu.git/blobdiff - error.h
Implement pattern matching for select mode.
[adu.git] / error.h
diff --git a/error.h b/error.h
index 87d3fe2820ff16f80fcd0e6718344d7bd107bf4e..4c9bcac21f11f722640ad6046eb666c8b9709906 100644 (file)
--- a/error.h
+++ b/error.h
@@ -33,6 +33,7 @@
        _ERROR(BAD_UNIT, "invalid unit specifier") \
        _ERROR(BAD_ATOM, "invalid atom") \
        _ERROR(BAD_OUTPUT_ARG, "invalid name for output") \
+       _ERROR(REGEX, "regular expression error")
 
 
 /**