1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

(scan-api): No longer include timestamp.

This commit is contained in:
Thien-Thi Nguyen 2002-05-13 21:45:12 +00:00
parent 843fae71fe
commit e4af2baf8e

View file

@ -184,8 +184,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
(lambda (a b) (lambda (a b)
(string<? (get a 'string) (string<? (get a 'string)
(get b 'string)))))) (get b 'string))))))
(format #t ";;; generated ~A UTC by scan-api -- do not edit!\n\n" (format #t ";;; generated by scan-api -- do not edit!\n\n")
(strftime "%Y-%m-%d %H:%M:%S" (gmtime (current-time))))
(format #t "(\n") (format #t "(\n")
(format #t "(meta\n") (format #t "(meta\n")
(format #t " (GUILE_LOAD_PATH . ~S)\n" (format #t " (GUILE_LOAD_PATH . ~S)\n"