From: Bruno Haible Date: Sun, 15 Jul 2007 00:14:51 +0000 (+0000) Subject: Emit a "do not edit" line to the generated file. X-Git-Tag: cvs-readonly~120 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=91562b11acd5306bf0a192e00c167ca6e332690d;p=gnulib.git Emit a "do not edit" line to the generated file. --- diff --git a/ChangeLog b/ChangeLog index 284774918..16939a9b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-14 Bruno Haible + + * 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 * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently diff --git a/lib/uniname/gen-uninames.lisp b/lib/uniname/gen-uninames.lisp index 2bc001496..8456d3395 100755 --- 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 " *~%") diff --git a/lib/uniname/uninames.h b/lib/uniname/uninames.h index bc9622b4b..6df97d27d 100644 --- a/lib/uniname/uninames.h +++ b/lib/uniname/uninames.h @@ -1,3 +1,4 @@ +/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* * uninames.h *