mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 08:37:24 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user