Changeset 0982901b3611e8a795d8e1630bcbfe1925feefe5

Show
Ignore:
Timestamp:
06/28/09 18:37:04 (5 months ago)
Author:
Nelson Elhage <nelhage@mit.edu>
git-author:
Nelson Elhage <nelhage@mit.edu> / 2009-06-28T13:32:00Z-0400
Parents:
2c270e6210cd6e779b4dcf891a008c6e773a8719
Children:
b72670bc5181a617f1688a84fe61beb45f4ad021
git-committer:
Nelson Elhage <nelhage@mit.edu> / 2009-06-28T18:37:04Z-0400
Message:
codelist.pl: Don't scan perlglue.c for declarations.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • codelist.pl

    r09489b8 r0982901  
    88 
    99foreach $file (@ARGV) { 
     10    next if $file eq 'perlglue.c'; 
    1011    open(FILE, $file); 
    1112