diff --git a/src/mtime_iso8601.c b/src/mtime_iso8601.c index 90f3ce2db810cdb0b947a29654e8c0c5bd59d840..79cfd9ef7023bc08726e8f209836414ef42e38c8 100644 --- a/src/mtime_iso8601.c +++ b/src/mtime_iso8601.c @@ -8,7 +8,7 @@ * @date March 2013 * * @note USAGE: Compile this rl file and generate iso8601.c file. - Compile the iso8601.c file using gcc. iso8601.h file needs to be edited seperately. + Compile the iso8601.c file using a C compiler. iso8601.h file needs to be edited seperately. match_found = 1 => DATE/DATETIME. match_found = 2 => Duration. Else non-compliant string and hence REJECT. Due to application requirements, current implementation allows year in the range 2147483647 and -2147483648 only! */ diff --git a/src/mtime_iso8601.rl b/src/mtime_iso8601.rl index efa61a9e2db700027273267969370c010b043456..02f39f42918abe2356a5bf6a4f38a7abbb926cb6 100644 --- a/src/mtime_iso8601.rl +++ b/src/mtime_iso8601.rl @@ -6,7 +6,7 @@ * @date March 2013 * * @note USAGE: Compile this rl file and generate iso8601.c file. - Compile the iso8601.c file using gcc. iso8601.h file needs to be edited seperately. + Compile the iso8601.c file using a C compiler. iso8601.h file needs to be edited seperately. match_found = 1 => DATE/DATETIME. match_found = 2 => Duration. Else non-compliant string and hence REJECT. Due to application requirements, current implementation allows year in the range 2147483647 and -2147483648 only! */