Add const to various variables in the gas sources.
[deliverable/binutils-gdb.git] / gas / app.c
index 3f93f0e258be09f5a3d053d97adea2e04b861f71..074c447c362e8643b7da5501d35d7128248d2354 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -211,7 +211,7 @@ do_scrub_begin (int m68k_mri ATTRIBUTE_UNUSED)
 /* Saved state of the scrubber.  */
 static int state;
 static int old_state;
-static char *out_string;
+static const char *out_string;
 static char out_buf[20];
 static int add_newlines;
 static char *saved_input;
@@ -229,7 +229,7 @@ struct app_save
 {
   int          state;
   int          old_state;
-  char *       out_string;
+  const char * out_string;
   char         out_buf[sizeof (out_buf)];
   int          add_newlines;
   char *       saved_input;
This page took 0.02334 seconds and 4 git commands to generate.