X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funiname%2Fgen-uninames.lisp;h=8456d3395b7322e37874732de2a35cdbf36bf68a;hb=4565266f776db0d78b2c207a5fe79f929f9806ca;hp=2bc0014964ed8b80e87763ee17f71542bf76278d;hpb=0b34902ec7c2c36a8169ea4ff09e872025a4258f;p=gnulib.git 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 " *~%")