Changes between Initial Version and Version 1 of Ticket #3487
- Timestamp:
- 02/08/19 07:51:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3487 – Description
initial v1 1 1 The following code 2 ---- 2 {{{ 3 #!c 3 4 #define a b // 4 5 int 5 6 main (void) 6 --- 7 }}} 7 8 highlights wrongly. I. e. "int" highlights as comment. But gcc 4.9.2 in C mode doesn't think this is a comment 8 9