/[autoconf]/autoconf/bin/autoscan.in
ViewVC logotype

Diff of /autoconf/bin/autoscan.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.83 by akim, Sat Sep 28 13:59:59 2002 UTC revision 1.84 by akim, Sat Sep 28 14:00:35 2002 UTC
# Line 165  sub init_tables () Line 165  sub init_tables ()
165              if /^\s*$/ || /^\s*\#/;              if /^\s*$/ || /^\s*\#/;
166    
167            # '<word>        <macro invocation>' or...            # '<word>        <macro invocation>' or...
168            # '<word>        warn: <message>'    or...            # '<word>        warn: <message>'.
169            # '<word>'.            if (/^(\S+)\s+(\S.*)$/)
           if (/^(\S+)\s+(\S.*)$/ || /^(\S+)\s*$/)  
170              {              {
171                my $word = $1;                my $word = $1;
172                my $macro = $2 || $generic_macro{$kind};                my $macro = $2;
173                # The default macro must be explicitly listed for words                # The default macro must be explicitly listed for words
174                # which have a specific macros.  This allows to enforce                # which have a specific macros.  This allows to enforce
175                # consistency checks.                # consistency checks.

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26