changeset 9098:f9b2b9b3f295

Emit a "do not edit" line to the generated file.
author Bruno Haible <bruno@clisp.org>
date Sun, 15 Jul 2007 00:14:51 +0000
parents e7990121003e
children 7dccd64f30f9
files ChangeLog lib/uniname/gen-uninames.lisp lib/uniname/uninames.h
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-14  Bruno Haible  <bruno@clisp.org>
+
+	* lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
+	the output file.
+	* lib/uniname/uninames.h: Regenerated.
+
 2007-07-14  Karl Berry  <karl@gnu.org>
 
 	* doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
--- a/lib/uniname/gen-uninames.lisp
+++ b/lib/uniname/gen-uninames.lisp
@@ -120,6 +120,7 @@
       ;; Output the tables.
       (with-open-file (ostream outputfile :direction :output
                        #+UNICODE :external-format #+UNICODE charset:ascii)
+        (format ostream "/* DO NOT EDIT! GENERATED AUTOMATICALLY! */~%")
         (format ostream "/*~%")
         (format ostream " * ~A~%" (file-namestring outputfile))
         (format ostream " *~%")
--- a/lib/uniname/uninames.h
+++ b/lib/uniname/uninames.h
@@ -1,3 +1,4 @@
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /*
  * uninames.h
  *