Emit a "do not edit" line to the generated file.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Jul 2007 00:14:51 +0000 (00:14 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 15 Jul 2007 00:14:51 +0000 (00:14 +0000)
ChangeLog
lib/uniname/gen-uninames.lisp
lib/uniname/uninames.h

index 2847749..16939a9 100644 (file)
--- 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
index 2bc0014..8456d33 100755 (executable)
       ;; 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 " *~%")
index bc9622b..6df97d2 100644 (file)
@@ -1,3 +1,4 @@
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /*
  * uninames.h
  *