diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 18:26:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-28 18:26:32 +0000 |
commit | b4506a2112d67c967e88d97b67a15667480b94d6 (patch) | |
tree | 185b87208064af00fd0a1360466e0d9df4720628 /graphics/pstoedit/files | |
parent | 8aea8af7143f03b563c29275a3228d52bf87f8d9 (diff) |
Notes
Diffstat (limited to 'graphics/pstoedit/files')
-rw-r--r-- | graphics/pstoedit/files/patch-src-drvlatex2e.cpp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp b/graphics/pstoedit/files/patch-src-drvlatex2e.cpp deleted file mode 100644 index 43b498b9a9d4..000000000000 --- a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- src/drvlatex2e.cpp.pre_tr Sat Jun 18 22:35:42 2005 -+++ src/drvlatex2e.cpp Tue Aug 23 00:30:01 2005 -@@ -284,27 +284,6 @@ - const char * cp = textinfo.thetext.value(); - //buffer << textinfo.thetext.value() - --#if 0 --// characters to be handled specially
--% -> \%
--# -> \#
--{ -> \{
--} -> \}
--_ -> \_
--& -> \&
--$ -> \$
-- Tritt auch manchmal mit veränderter Bedeutung als $$ auf: --> \$\$
--
--\ -> \textbackslash
--^ -> \textasciicircum
--~ -> \textasciitilde
--
--Zusätzlich machen folgende Zeichen oft Probleme:
--
--" -> \textquotedblright
--?`-> \textquestiondown
--!`-> \textexclamdown --#endif - while (cp && *cp) { - if ((*cp == '%') || - (*cp == '#') || |