Mercurial > dnsbl
comparison src/scanner.cpp @ 69:fb8afa205293
fix fedora core 3 compile error - enum list cannot end with comma
author | carl |
---|---|
date | Sat, 02 Apr 2005 12:12:23 -0800 |
parents | 0e387cd3784b |
children | 2b369f7db7bf |
comparison
equal
deleted
inserted
replaced
68:0e387cd3784b | 69:fb8afa205293 |
---|---|
123 e_semi, | 123 e_semi, |
124 m_2, | 124 m_2, |
125 m_cr, | 125 m_cr, |
126 m_nl, | 126 m_nl, |
127 b_cr, | 127 b_cr, |
128 uu_cr, | 128 uu_cr |
129 }; | 129 }; |
130 | 130 |
131 typedef state PARSE[end_state]; | 131 typedef state PARSE[end_state]; |
132 | 132 |
133 static PARSE parse_table[256] = { | 133 static PARSE parse_table[256] = { |