mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
modules/c2english: fix #pragma
This commit is contained in:
parent
7692b57f58
commit
73e5048fad
@ -92,7 +92,7 @@ pragma:
|
||||
'pragma' token_sequence(?) <skip: '[ \t]*'> "\n"
|
||||
{
|
||||
my $pragma = join('',@{$item{'token_sequence(?)'}});
|
||||
if ($pragma) { $pragma = ' "$pragma"'; }
|
||||
if ($pragma) { $pragma = " \"$pragma\""; }
|
||||
"Process a compiler-dependent pragma$pragma.\n"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user