ISDIGIT 178 source3/modules/getdate.c #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) ISDIGIT 69 source3/modules/getdate.y #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)