preproc: make $ and $$ TOKEN_OTHER
commit8e1f81110a3d469fb4b223d21018ccd5fb614927
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 17 Apr 2009 21:20:44 +0000 (17 14:20 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 17 Apr 2009 21:22:49 +0000 (17 14:22 -0700)
treec7ad53272884b61cd8b9a28f30af2cd8906b0682
parentfb5f2519ad619aad9aee4d1579d4a4161e2f4d76
preproc: make $ and $$ TOKEN_OTHER

Recognize $ and $$ as TOKEN_OTHER; they aren't really either
TOK_NUMBER nor TOK_ID, even though we have traditionally considered
them TOK_NUMBER.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
preproc.c