From 22dad29ad3b60ebeac33d836aa5756d2de2dc194 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 11 Oct 2002 17:06:36 +0000 Subject: \\@ => @ --- po/fake_c.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po/fake_c.pl') 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; -- cgit v1.2.1