Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 324416 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/wst/jsdt/internal/compiler/parser/Scanner.java (-1 / +1 lines)
Lines 3647-3653 Link Here
3647
					&& (data[++index] == 'n')
3647
					&& (data[++index] == 'n')
3648
					&& (data[++index] == 'e')
3648
					&& (data[++index] == 'e')
3649
					&& (data[++index] == 'd')) {
3649
					&& (data[++index] == 'd')) {
3650
					return TokenNameundefined;
3650
					return TokenNameIdentifier;
3651
				}
3651
				}
3652
			} //no goto in java are allowed, so why java removes this keyword ???
3652
			} //no goto in java are allowed, so why java removes this keyword ???
3653
			return TokenNameIdentifier;
3653
			return TokenNameIdentifier;

Return to bug 324416