diff options
Diffstat (limited to 'gencadr.txr')
-rw-r--r-- | gencadr.txr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gencadr.txr b/gencadr.txr index 78b1abb3..84df87cc 100644 --- a/gencadr.txr +++ b/gencadr.txr @@ -17,6 +17,8 @@ @(end) @(output "cadr.c") +/* This file is generated by gencadr.txr */ + @{c-copyright "\n"} #include <stdio.h> @@ -69,6 +71,8 @@ void cadr_init(void) } @(end) @(output "cadr.h") +/* This file is generated by gencadr.txr */ + @{c-copyright "\n"} @ (repeat) @@ -78,6 +82,8 @@ val c@{ad}r(val); void cadr_init(void); @(end) @(output "share/txr/stdlib/cadr.tl") +;; This file is generated by gencadr.txr + @{tl-copyright "\n"} @ (repeat) |