aboutsummaryrefslogtreecommitdiffstats
path: root/edef.h
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-12-05 18:35:55 -0200
committerLinus Torvalds <torvalds@linux-foundation.org>2010-12-14 11:28:55 -0800
commitbf3c3ac2bd36ee89c1b18999ac779e86deb7750f (patch)
treee402c494b7e03514e2c1f9154cfe8c910cada8f1 /edef.h
parentd6e76cca7b54f9e692481f878c663f97748e8ad9 (diff)
downloaduemacs-bf3c3ac2bd36ee89c1b18999ac779e86deb7750f.tar.gz
uemacs: Make some magic variables private to search.c module.
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'edef.h')
-rw-r--r--edef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/edef.h b/edef.h
index 1705f39..31fb735 100644
--- a/edef.h
+++ b/edef.h
@@ -115,14 +115,6 @@ extern char *patmatch;
extern struct line *matchline;
extern int matchoff;
-#if MAGIC
-extern short int magical;
-extern short int rmagical;
-extern struct magic mcpat[NPAT]; /* The magic pattern. */
-extern struct magic tapcm[NPAT]; /* The reversed magic patterni. */
-extern struct magic_replacement rmcpat[NPAT]; /* The replacement magic array. */
-#endif
-
extern char *dname[]; /* Directive name table. */
#if DEBUGM