• R
    Remove /* foo.c */ comments · 34980760
    Rich Salz 提交于
    This was done by the following
            find . -name '*.[ch]' | /tmp/pl
    where /tmp/pl is the following three-line script:
            print unless $. == 1 && m@/\* .*\.[ch] \*/@;
            close ARGV if eof; # Close file to reset $.
    
    And then some hand-editing of other files.
    Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
    34980760
e_ubsec_err.c 5.7 KB