pspp: Make style slightly more like the rest of the program.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Oct 2010 03:35:33 +0000 (20:35 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Oct 2010 03:35:33 +0000 (20:35 -0700)
src/ui/terminal/main.c

index fa99fe1a4ee46ddd73417b995921f7f27ec985aa..860d04f9da88277f4b14ad5e1cb56317636f1c1a 100644 (file)
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-
-static void fpu_init (void);
-static void clean_up (void);
-
-/* If a segfault happens, issue a message to that effect and halt */
-void bug_handler(int sig);
-
-/* Handle quit/term/int signals */
-void interrupt_handler(int sig);
 static struct dataset * the_dataset = NULL;
 
 static struct lexer *the_lexer;
 static struct source_stream *the_source_stream ;
 
+static void bug_handler(int sig);
+static void fpu_init (void);
+static void clean_up (void);
+
 /* Program entry point. */
 int
 main (int argc, char **argv)
@@ -136,7 +131,6 @@ main (int argc, char **argv)
   clean_up ();
   return msg_ui_any_errors ();
 }
-\f
 
 static void
 fpu_init (void)
@@ -152,7 +146,7 @@ fpu_init (void)
 }
 
 /* If a segfault happens, issue a message to that effect and halt */
-void
+static void
 bug_handler(int sig)
 {
   /* Reset SIG to its default handling so that if it happens again we won't