diff options
author | Russ Cox <rsc@swtch.com> | 2008-01-31 16:58:38 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-01-31 16:58:38 -0500 |
commit | 9daa3ca74ebd673d00ba52667c50fe4a0046d100 (patch) | |
tree | 1a0f6d6c860f6dbd9cd26223f1a40914ead10013 /troff/font/devutf/charlib/_s_q | |
parent | 57a6108c76c357cd4f71c26c84baec92a9fb91b5 (diff) | |
download | plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.tar.gz plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.tar.bz2 plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.zip |
tr2post: rename charlib files to not be case-dependent (OS X)
Diffstat (limited to 'troff/font/devutf/charlib/_s_q')
-rw-r--r-- | troff/font/devutf/charlib/_s_q | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/troff/font/devutf/charlib/_s_q b/troff/font/devutf/charlib/_s_q new file mode 100644 index 00000000..32486e88 --- /dev/null +++ b/troff/font/devutf/charlib/_s_q @@ -0,0 +1,12 @@ +/build_sq { + pop + size 2 div /side exch def + currentpoint + newpath + moveto + 0 side rlineto + side 0 rlineto + 0 side neg rlineto + closepath + font B eq {fill} {stroke} ifelse +} def |