mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
Bug 328867 for John Liu
This commit is contained in:
parent
4881bba10c
commit
3bb812c2c1
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006, 2009 IBM Corporation and others.
|
* Copyright (c) 2006, 2011 IBM Corporation and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -185,6 +185,8 @@ public class DOMToGPPTokenMap implements IDOMTokenMap {
|
||||||
case t__Imaginary : return TK__Imaginary;
|
case t__Imaginary : return TK__Imaginary;
|
||||||
case t_restrict : return TK_restrict;
|
case t_restrict : return TK_restrict;
|
||||||
|
|
||||||
|
case tPOUND : return TK_Invalid;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert false : "token not recognized by the GPP parser: " + token.getType(); //$NON-NLS-1$
|
assert false : "token not recognized by the GPP parser: " + token.getType(); //$NON-NLS-1$
|
||||||
return TK_Invalid;
|
return TK_Invalid;
|
||||||
|
|
Loading…
Add table
Reference in a new issue