diff options
Diffstat (limited to 'gnu/usr.bin/bc/fix_math.h')
| -rw-r--r-- | gnu/usr.bin/bc/fix_math.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/fix_math.h b/gnu/usr.bin/bc/fix_math.h new file mode 100644 index 00000000000..020e4112df5 --- /dev/null +++ b/gnu/usr.bin/bc/fix_math.h @@ -0,0 +1,8 @@ +ed math.h <<EOS-EOS +1,1s/^/"/ +1,\$s/\$/\\\\/ +\$,\$d +\$,\$s/\\\\\$/"/ +w +q +EOS-EOS |
