diff options
Diffstat (limited to 'filters/karbon/eps')
-rw-r--r-- | filters/karbon/eps/pscommentlexer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/karbon/eps/pscommentlexer.cc b/filters/karbon/eps/pscommentlexer.cc index a321cc0d..e15dcc59 100644 --- a/filters/karbon/eps/pscommentlexer.cc +++ b/filters/karbon/eps/pscommentlexer.cc @@ -59,7 +59,7 @@ const char*statetoa (State state){ typedef struct { State oldState; - char c; + signed char c; State newState; Action action; } Transition; |