libsmi error lexical

Error text: lexically unexpected character, skipping to end of line


The lexical analyzer doesn't know how to handle a character on this
line.  Parsing will continue as though the portion of the line from
the unexpected character to the end didn't exist; this will likely
cause parse errors later.