Index: /trunk/Ohana/src/addstar/src/fakeimage.c
===================================================================
--- /trunk/Ohana/src/addstar/src/fakeimage.c	(revision 11080)
+++ /trunk/Ohana/src/addstar/src/fakeimage.c	(revision 11081)
@@ -11,4 +11,5 @@
   char *config;
   Image *image;
+  e_time MosaicTime;
 
   /* this is a somewhat bogus method to set a time for the exposure */
@@ -20,5 +21,5 @@
   srand48(seedval);
 
-  e_time MosaicTime = 0xffffffff * drand48();
+  MosaicTime = 0xffffffff * drand48();
   fprintf (stderr, "time: %x\n", MosaicTime);
 
Index: /trunk/Ohana/src/gastro2/src/sort.c
===================================================================
--- /trunk/Ohana/src/gastro2/src/sort.c	(revision 11080)
+++ /trunk/Ohana/src/gastro2/src/sort.c	(revision 11081)
@@ -99,8 +99,8 @@
 void sort (double *X, int N) {
 
-  if (N < 2) return;
-
   int l,j,ir,i;
   double tmp;
+
+  if (N < 2) return;
   
   l = N >> 1;
Index: /trunk/Ohana/src/opihi/cmd.basic/macro.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.basic/macro.c	(revision 11080)
+++ /trunk/Ohana/src/opihi/cmd.basic/macro.c	(revision 11081)
@@ -4,4 +4,5 @@
 
   int i, N, status;
+  CommandF *cmd;
 
   if ((argc != 2) && (argc != 3) && (argc != 4)) {
@@ -17,6 +18,4 @@
     return (FALSE);
   }
-
-  CommandF *cmd;
 
   cmd = find_macro_command (argv[1]);
Index: /trunk/Ohana/src/opihi/cmd.data/book_commands.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.data/book_commands.c	(revision 11080)
+++ /trunk/Ohana/src/opihi/cmd.data/book_commands.c	(revision 11081)
@@ -154,10 +154,10 @@
 int book_newpage (int argc, char **argv) {
 
+  Book *book;
+
   if (argc != 3) {
     gprint (GP_ERR, "USAGE: book newpage (book) (page)\n");
     return FALSE;
   }
-
-  Book *book;
 
   book = FindBook (argv[1]);
