aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/token.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-06 02:13:37 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-06 02:13:37 +0200
commitd2c1cda9f75c7e0244cc3a41f45965f28d3bb9ba (patch)
tree196c2828f9d7f2fe0f323d4bc5062d07aa876f2f /token.h
parent8fce3d7a27fafa24d381f65cc9b90a169bf91e87 (diff)
parent61f53e257de47e29fe3d6eec6d233552e8116cb4 (diff)
downloadsparse-dev-d2c1cda9f75c7e0244cc3a41f45965f28d3bb9ba.tar.gz
Merge branch 'options'
A lot of content in lib.c have been added by just appending at the bottom of what was already present. As consequence, things are now not well organized at all, especially when related to the options. So, reorganize things a little bit here: * move all helpers on top * keep things alphabetically sorted * move options parsing in a separate file * move predefine-related stuff in a separate file
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/token.h b/token.h
index 33a6eda1..c5fdf3d0 100644
--- a/token.h
+++ b/token.h
@@ -64,7 +64,6 @@ struct stream {
extern int input_stream_nr;
extern struct stream *input_streams;
-extern unsigned int tabstop;
extern int *hash_stream(const char *name);
struct ident {