X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fstrftime.c;h=d35f8eb711286fa5fd4d4ef14346035e9410c75b;hb=8102beb3c89559a36ffa287184fe7cae1d541de4;hp=926806d6031ba2c814026ec16ab5f4b46a122f0f;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 diff --git a/src/strftime.c b/src/strftime.c index 926806d..d35f8eb 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -193,7 +193,7 @@ add_num_time_t (char *string, int max, time_t num) int length; if (sizeof (num) > 16) - abort (); + ABORT (); sprintf (buf, "%lu", (unsigned long) num); length = add_str (string, buf, max); return length;