X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fconfig%2Fdefines.hpp;h=c8ff931f1e5a069b265aa56aecefe953349e0e14;hb=0ce74f51388826845727411a7d37d841111ede84;hp=9eae359d5ab5aaafb0097418c233c4bf9d4d4e24;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/include/anna/config/defines.hpp b/include/anna/config/defines.hpp index 9eae359..c8ff931 100644 --- a/include/anna/config/defines.hpp +++ b/include/anna/config/defines.hpp @@ -74,7 +74,7 @@ #define anna_strchr(a,b) strchr((a),(b)) #endif -#define anna_signal_shield(r,a) { register int cx (0); do { if ((r = (a)) < 0) cx ++; } while (r < 0 && errno == EINTR && cx < 5); } +#define anna_signal_shield(r,a) { int cx (0); do { if ((r = (a)) < 0) cx ++; } while (r < 0 && errno == EINTR && cx < 5); } //#define anna_append_string(str,str1,str2) (str).append (str1).append (str2)