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:
parent
843fae71fe
commit
e4af2baf8e
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue