Project

General

Profile

Actions

Bug #7785

closed

ifdef-endif construction prevent lexer from recognision the token after it

Added by Mikhail Chupilko over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Category:
MMU Plugin
Target version:
-
Start date:
12/07/2016
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

The following code will cause the following error.

#ifdef PARAM
struct Entry (
  valid: 1
)
#else
struct Entry (
  valid: 1,
  valid2: 1
)
#endif

struct Context(
  valid: 1
)

ERROR (PARSER): extraneous input 'struct' expecting ID" 
Actions #1

Updated by Mikhail Chupilko about 7 years ago

  • Status changed from New to Resolved

It was fixed by Alexander back in December

Actions #2

Updated by Mikhail Chupilko about 7 years ago

  • Status changed from Resolved to Verified
Actions #3

Updated by Mikhail Chupilko about 7 years ago

  • Status changed from Verified to Closed
Actions

Also available in: Atom PDF