Ignore:
Timestamp:
Mar 21, 2006, 4:28:58 AM (19 years ago)
Author:
bird
Message:

Aliases and _STD.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/libc/aliasgnufuncs.awk

    r2668 r2683  
    88
    99BEGIN {
    10   fn = ARGV [1]"libc-std.h";
     10  fn = ARGV [1];
    1111  want_underscore = (ARGV [2] == "_");
    1212
     
    2626         fun2 = substr(fun2, 1, par - 1);
    2727
    28        print fun " " fun2 " "
     28       print fun "=" fun2 " "
    2929    }
    3030
Note: See TracChangeset for help on using the changeset viewer.