summaryrefslogtreecommitdiffstats
path: root/funtools/doc/funcalc.sed
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-26 21:13:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-26 21:13:00 (GMT)
commitda2e3d212171bbe64c1af39114fd067308656990 (patch)
tree9601f7ed15fa1394762124630c12a792bc073ec2 /funtools/doc/funcalc.sed
parent76b109ad6d97d19ab835596dc70149ef379f3733 (diff)
downloadblt-da2e3d212171bbe64c1af39114fd067308656990.zip
blt-da2e3d212171bbe64c1af39114fd067308656990.tar.gz
blt-da2e3d212171bbe64c1af39114fd067308656990.tar.bz2
rm funtools for update
Diffstat (limited to 'funtools/doc/funcalc.sed')
-rw-r--r--funtools/doc/funcalc.sed9
1 files changed, 0 insertions, 9 deletions
diff --git a/funtools/doc/funcalc.sed b/funtools/doc/funcalc.sed
deleted file mode 100644
index d865a5d..0000000
--- a/funtools/doc/funcalc.sed
+++ /dev/null
@@ -1,9 +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