diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-11-30 21:43:00 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-11-30 21:43:00 (GMT) |
commit | 9ea7713335122eabdd243cfcf1e5ae87a8bd23d1 (patch) | |
tree | a01b0f4434fbe068d66517e47ded22a72b1bf12f /src/version_check.h | |
parent | 75692592e49da1af2b1c8857298ca7085cd5b3d5 (diff) |
print errmsg for applyHull. add quotes around err msg in version check.
Diffstat (limited to 'src/version_check.h')
-rw-r--r-- | src/version_check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version_check.h b/src/version_check.h index fbea077..be52e61 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -113,7 +113,7 @@ a time, to avoid confusion. + __GNUC_MINOR__ * 100 \ + __GNUC_PATCHLEVEL__) #if GCC_VERSION == 40802 -#error OpenSCAD isn't compatible with gcc 4.8.2. Please try a different version +#error "OpenSCAD isnt compatible with gcc 4.8.2. Please try a different version" #endif #endif // OPENSCAD_SKIP_VERSION_CHECK |