]> code.delx.au - gnu-emacs/blobdiff - lib-src/b2m.c
(font-lock-fontify-anchored-keywords): Use line-beginning-position.
[gnu-emacs] / lib-src / b2m.c
index 055b807509bf2b8636897081bcdc72a460247779..4607dcea05d8c8addc4fd46e4f85b8d08edde1f8 100644 (file)
 /* Made conformant to the GNU coding standards January, 1995
    by Francesco Potorti` <pot@cnuce.cnr.it>. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+/* On some systems, Emacs defines static as nothing for the sake
+   of unexec.  We don't want that here since we don't use unexec. */
+#undef static
+#endif
+
 #include <stdio.h>
 #include <time.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-/* On some systems, Emacs defines static as nothing for the sake
-   of unexec.  We don't want that here since we don't use unexec. */
-#undef static
-#endif
-
 #undef TRUE
 #define TRUE   1
 #undef FALSE
@@ -88,6 +88,7 @@ struct option longopts[] =
 
 extern int optind;
 
+int
 main (argc, argv)
      int argc;
      char **argv;