Signed-off-by: Tim Hentenaar <t...@hentenaar.com>
---
 src/code_io.h | 2 --
 src/indent.h  | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/code_io.h b/src/code_io.h
index f782efb..7253acc 100644
--- a/src/code_io.h
+++ b/src/code_io.h
@@ -59,8 +59,6 @@ RCSTAG_H (io, "$Id$");
 #include "indent.h"
 
 
-extern char   * cur_line;
-
 extern char * skip_horiz_space(const char * p);
 
 extern file_buffer_ty *read_file (char *filename, struct stat *);
diff --git a/src/indent.h b/src/indent.h
index f64b694..f80b40a 100644
--- a/src/indent.h
+++ b/src/indent.h
@@ -338,7 +338,6 @@ extern user_options_ty settings;
 /** True if there is an embedded comment on this code line */
 extern int embedded_comment_on_line;
 
-extern int else_or_endif;
 extern int di_stack_alloc;
 extern int *di_stack;
 
-- 
2.3.6


_______________________________________________
bug-indent mailing list
bug-indent@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to