From 91562b11acd5306bf0a192e00c167ca6e332690d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 15 Jul 2007 00:14:51 +0000 Subject: [PATCH] Emit a "do not edit" line to the generated file. --- ChangeLog | 6 ++++++ lib/uniname/gen-uninames.lisp | 1 + lib/uniname/uninames.h | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 284774918b..16939a9b96 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 2bc0014964..8456d3395b 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 bc9622b4b9..6df97d27de 100644 --- a/lib/uniname/uninames.h +++ b/lib/uniname/uninames.h @@ -1,3 +1,4 @@ +/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* * uninames.h * -- 2.30.2