Changeset aad4ca4 in git for Singular/svd/makeheader


Ignore:
Timestamp:
Dec 6, 2017, 7:05:25 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
06b3e84d21e073249ada6d3b863bb3b8ce91d3be
Parents:
3803c6a39fad57f9a8e12942b2928c215504e027
Message:
format: Warn -> WarnS, trailing spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/svd/makeheader

    r3803c6 raad4ca4  
    1818
    1919To include a header file into the generated header file
    20 (= <outfile>) use the two lines 
     20(= <outfile>) use the two lines
    2121
    2222/*MAKEHEADER*/
     
    7373    exit 1
    7474fi
    75    
     75
    7676# try to create $outfile if it does not exist
    7777if test -w "$outfile" || cp /dev/null "$outfile" > /dev/null 2> /dev/null; then
Note: See TracChangeset for help on using the changeset viewer.