Index: src/libchcore/ErrorCodes.h =================================================================== diff -u -rc1f7af79a52133c6d4b14944c3370288be7f5af5 -r975de2f6cd1f6e4c912daa021c6d2674dd5646db --- src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision c1f7af79a52133c6d4b14944c3370288be7f5af5) +++ src/libchcore/ErrorCodes.h (.../ErrorCodes.h) (revision 975de2f6cd1f6e4c912daa021c6d2674dd5646db) @@ -54,6 +54,7 @@ eErr_MutexAlreadyLocked = 1011, // string errors (1500+) + eErr_InvalidRegex = 1500, // Task definition errors (2000+) eErr_UnsupportedVersion = 2000,