diff options
| author | Christopher Li <sparse@chrisli.org> | 2006-11-22 23:45:53 -0800 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2006-11-28 12:26:22 -0800 |
| commit | e549e6051086abb717c0d1467f0c5ba3ac0dd8d7 (patch) | |
| tree | 845949e7b59c881ef5b7ad77fc26701ebbf7cc96 | |
| parent | b16b911d8dbf10405ebbcd8f5b54d21e89475478 (diff) | |
| download | sparse-dev-e549e6051086abb717c0d1467f0c5ba3ac0dd8d7.tar.gz | |
trivial fix for seg fault.
Trivial fix for some seg fault.
Signed-Off-By: Christopher Li <sparse@chrisli.org>
| -rw-r--r-- | token.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ enum token_type { "||", "|=", \ "^=", "##", \ "<<", ">>", "..", \ - "<<=", ">>=", "..." \ + "<<=", ">>=", "...", \ "", \ "<", ">", "<=", ">=" \ } |
