commit | 2b3ca4a296423cdc833a6ccc55ba8ed1641e6b17 | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Fri Sep 28 14:10:40 2018 -0600 |
committer | Gavin Howard <yzena.tech@gmail.com> | Fri Sep 28 14:10:40 2018 -0600 |
tree | c01fbac222179d87c0bdfba1eccbb8c97126103a | |
parent | 88cbe15cdd5120b36b2ba9a1848a53d9a41deeb4 [diff] |
Exclude more things from toybox
diff --git a/include/lex.h b/include/lex.h index 39fca97..bac9024 100644 --- a/include/lex.h +++ b/include/lex.h
@@ -138,9 +138,11 @@ } BcLexType; +// ** Exclude start. ** struct BcLex; typedef BcStatus (*BcLexNext)(struct BcLex*); +// ** Exclude end. ** typedef struct BcLex {