libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/lib


From: libidn-commit
Subject: CVS libidn/lib
Date: Tue, 12 Oct 2004 17:46:17 +0200

Update of /home/cvs/libidn/lib
In directory dopio:/tmp/cvs-serv1703

Modified Files:
        gen-unicode-tables.pl 
Log Message:
Add coment to generated files to say that they are generated, reported
by "Gisle Vanem" <address@hidden>.


--- /home/cvs/libidn/lib/gen-unicode-tables.pl  2003/10/02 02:15:15     1.3
+++ /home/cvs/libidn/lib/gen-unicode-tables.pl  2004/10/12 15:46:17     1.4
@@ -1,5 +1,6 @@
 #! /usr/bin/perl -w
 
+#    Copyright (C) 2004 Simon Josefsson
 #    Copyright (C) 1998, 1999 Tom Tromey
 #    Copyright (C) 2001 Red Hat Software
 
@@ -809,7 +810,9 @@
 
     open (OUT, "> $outfile") || exit 1;
 
-    print OUT "/* This file is automatically generated.  DO NOT EDIT! */\n\n";
+    print OUT "/* This file is automatically generated.  DO NOT EDIT!\n";
+    print OUT "   Instead, edit gen-unicode-tables.pl and re-run.  */\n\n";
+
     print OUT "#ifndef DECOMP_H\n";
     print OUT "#define DECOMP_H\n\n";
 
@@ -1172,7 +1175,10 @@
     my %vals;
     
     open OUT, ">gunicomp.h" or die "Cannot open gunicomp.h: $!\n";
-    
+
+    print OUT "/* This file is automatically generated.  DO NOT EDIT!\n";
+    print OUT "   Instead, edit gen-unicode-tables.pl and re-run.  */\n\n";
+
     # Assign values in lookup table for all code points involved
     
     my $total = 1;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]