Changeset 8ea3d47


Ignore:
Timestamp:
Sep 14, 2009, 8:59:56 PM (15 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4193918
Parents:
3d9f4d3
git-author:
Anders Kaseorg <andersk@mit.edu> (09/14/09 20:57:41)
git-committer:
Anders Kaseorg <andersk@mit.edu> (09/14/09 20:59:56)
Message:
codelist.pl, stubgen.pl: Don’t default to processing *.c.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codelist.pl

    r3d9f4d3 r8ea3d47  
    11#! /usr/bin/perl
    22# $Id$
    3 
    4 if ($#ARGV eq -1) {
    5     @ARGV=`ls *.c`;
    6     chop(@ARGV);
    7 }
    83
    94foreach $file (@ARGV) {
  • stubgen.pl

    r8742840 r8ea3d47  
    11
    22# $Id$
    3 
    4 if ($#ARGV eq -1) {
    5     @ARGV=`ls *.c`;
    6     chop(@ARGV);
    7 }
    83
    94print qq(/* THIS FILE WAS AUTOGENERATED BY STUBGEN.PL --- DO NOT EDIT BY HAND!!! */\n\n);
Note: See TracChangeset for help on using the changeset viewer.