]> andersk Git - moira.git/commitdiff
fixed include files & debuggin printf
authormar <mar>
Mon, 22 Aug 1988 16:19:35 +0000 (16:19 +0000)
committermar <mar>
Mon, 22 Aug 1988 16:19:35 +0000 (16:19 +0000)
update/inst_001.c

index 195ce441bf74fcd92d781cf3657af72115f5b256..e8366c0a823939138627512845a87f2a90822947 100644 (file)
@@ -8,9 +8,8 @@ static char *rcsid_inst_001_c = "$Header$";
 #endif lint
 
 #include <stdio.h>
-#include "gdb.h"
+#include <gdb.h>
 #include "kludge.h"
-#include "sms_update_int.h"
 
 STRING instructions = { 0, 0 };
 extern CONNECTION conn;
@@ -39,5 +38,7 @@ inst_001(str)
      have_instructions = 1;
      if (send_ok())
          lose("sending okay after instructions");
-     dprintf(("got instructions: %s\n", STRING_DATA(instructions)));
+#ifdef DEBUG
+     printf("got instructions: %s\n", STRING_DATA(instructions));
+#endif
 }
This page took 0.199212 seconds and 5 git commands to generate.