diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-26 21:13:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-26 21:13:00 (GMT) |
commit | da2e3d212171bbe64c1af39114fd067308656990 (patch) | |
tree | 9601f7ed15fa1394762124630c12a792bc073ec2 /funtools/funcalc.sed | |
parent | 76b109ad6d97d19ab835596dc70149ef379f3733 (diff) | |
download | blt-da2e3d212171bbe64c1af39114fd067308656990.zip blt-da2e3d212171bbe64c1af39114fd067308656990.tar.gz blt-da2e3d212171bbe64c1af39114fd067308656990.tar.bz2 |
rm funtools for update
Diffstat (limited to 'funtools/funcalc.sed')
-rw-r--r-- | funtools/funcalc.sed | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/funtools/funcalc.sed b/funtools/funcalc.sed deleted file mode 100644 index d9f3b18..0000000 --- a/funtools/funcalc.sed +++ /dev/null @@ -1,11 +0,0 @@ -# cc <foo.c> 2>&1 | sed -n -f funauto.sed -# Linux gcc (and others) -s/.*[`'‘]\([^)]*\)['’] *undeclared (first use in this function).*/\1/p -# Solaris cc -s/.*undefined symbol: \([^)]*\)/\1/p -# Dec Alpha/OSF cc -s/.*In this statement, "\([^)]*\)" is not declared.*/\1/p -# SGI cc -s/.*The identifier "\([^)]*\)" is undefined.*/\1/p -# Intel icc -s/.*identifier "\([^)]*\)" is undefined.*/\1/p |