summaryrefslogtreecommitdiffstats
path: root/po/fake_c.pl
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-10-11 17:06:36 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-10-11 17:06:36 +0000
commit22dad29ad3b60ebeac33d836aa5756d2de2dc194 (patch)
treef4d33706d789e9e674d92f74d3cd7134e097780c /po/fake_c.pl
parent0d316f9425fafb40e2381cb8d1c1692e7f370708 (diff)
downloadmgaonline-22dad29ad3b60ebeac33d836aa5756d2de2dc194.tar
mgaonline-22dad29ad3b60ebeac33d836aa5756d2de2dc194.tar.gz
mgaonline-22dad29ad3b60ebeac33d836aa5756d2de2dc194.tar.bz2
mgaonline-22dad29ad3b60ebeac33d836aa5756d2de2dc194.tar.xz
mgaonline-22dad29ad3b60ebeac33d836aa5756d2de2dc194.zip
\\@ => @
Diffstat (limited to 'po/fake_c.pl')
-rwxr-xr-xpo/fake_c.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/fake_c.pl b/po/fake_c.pl
index 21cf25b0..847d73ae 100755
--- a/po/fake_c.pl
+++ b/po/fake_c.pl
@@ -15,6 +15,8 @@ s|//|/""/|g; # ensure // or not understood as comments
s|$|\\n\\|; # multi-line strings not handled in C
+s|\\@|@|;
+
sub simpl {
local $_ = $_[0];
s,\*/,,g;