diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-13 21:45:12 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-13 21:45:12 +0000 |
commit | e4af2baf8ef2321980058dc372c0728afa30c620 (patch) | |
tree | f5934161280a63134395534dfb624658478bd468 /scripts | |
parent | 843fae71fec3cee128cae9a3e755707ca42ecb5e (diff) | |
download | guile-e4af2baf8ef2321980058dc372c0728afa30c620.tar.gz |
(scan-api): No longer include timestamp.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/scan-api | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/scan-api b/scripts/scan-api index 7e26acdcb..29837c8a2 100755 --- a/scripts/scan-api +++ b/scripts/scan-api @@ -184,8 +184,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@" (lambda (a b) (string<? (get a 'string) (get b 'string)))))) - (format #t ";;; generated ~A UTC by scan-api -- do not edit!\n\n" - (strftime "%Y-%m-%d %H:%M:%S" (gmtime (current-time)))) + (format #t ";;; generated by scan-api -- do not edit!\n\n") (format #t "(\n") (format #t "(meta\n") (format #t " (GUILE_LOAD_PATH . ~S)\n" |