Bug #3311
preprocessor hang that occurs when an include file positional argument that is mistakenly matched as a named argument
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Greg Shah about 9 years ago
The following code recreates the problem:
&if defined(BLA) &then
{crt.i &CCC}
&else
{crt.i &BBB}
&endif
Please see #3308-91 and #3308-92 for more details.