Changes between Initial Version and Version 1 of Ticket #3487


Ignore:
Timestamp:
02/08/19 07:51:01 (5 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3487 – Description

    initial v1  
    11The following code 
    2 ---- 
     2{{{ 
     3#!c 
    34#define a b // 
    45int 
    56main (void) 
    6 --- 
     7}}} 
    78highlights wrongly. I. e. "int" highlights as comment. But gcc 4.9.2 in C mode doesn't think this is a comment 
    89