XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / src / src-headers
index 843cb6c..d94b992 100644 (file)
@@ -28,8 +28,8 @@ my ($myName, $srcdir);
 ($myName = $0) =~ s@.*/@@; my $usage ="
 Usage: $myName
 
-Generates header file fragments from the Emacs sources.
-";
+Generates header file fragments from the Emacs sources
+and writes them to stdout.\n";
 
 die $usage if @ARGV;
 
@@ -43,7 +43,7 @@ for (grep (/\.[ch]$/, readdir (SRCDIR))) { $exists{$_} = 1; }
 closedir SRCDIR;
 {
   my %generated_header;
-  for (qw (config.h puresize-adjust.h sheap-adjust.h paths.h Emacs.ad.h)) {
+  for (qw (config.h sheap-adjust.h paths.h Emacs.ad.h)) {
     $generated_header{$_} = 1;
   }