Damien Lespiau wrote:
> Makes __DATE__expand to a character string literal of
> the form "Mmm dd yyyy" where the names of the months
> are the same as those generated by the asctime function,
> and the first character of dd is a space character if the
> value is less than 10.
> Makes __TIME__ expand to a a character string literal of
> the form "hh:mm:ss" as in the time generated by the
> asctime function.

Applied, thanks!

$ ./sparse -E /dev/stdin <<<'__DATE__ __TIME__' ; date

"May 20 2007" "17:39:38"
Sun May 20 17:39:38 PDT 2007

- Josh Triplett


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to