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/sq | |
| parent | 57a6108c76c357cd4f71c26c84baec92a9fb91b5 (diff) | |
| download | plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.tar.gz plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.zip | |
tr2post: rename charlib files to not be case-dependent (OS X)
Diffstat (limited to 'troff/font/devutf/charlib/sq')
| -rw-r--r-- | troff/font/devutf/charlib/sq | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/troff/font/devutf/charlib/sq b/troff/font/devutf/charlib/sq deleted file mode 100644 index 32486e88..00000000 --- a/troff/font/devutf/charlib/sq +++ /dev/null @@ -1,12 +0,0 @@ -/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 |
