]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/infra/v2_0/src/buffer.cxx
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / infra / v2_0 / src / buffer.cxx
index be4ea7571cfa9df514f28748d90d47a96d3a1aad..63e6d683846eb9322bce42384a646ed01c68aba9 100644 (file)
@@ -131,7 +131,7 @@ static cyg_bool cyg_infra_trace_buffer_wrap = false;
 // (these are shared between trace and assert functions)
 
 #if 0
-static char * tracepremsgs[] = {
+static const char *tracepremsgs[] = {
     "  INFO:",
     "ENTER :",
     "ARGS  :",
@@ -140,7 +140,7 @@ static char * tracepremsgs[] = {
 };
 #endif
 
-static char * tracepremsgs[] = {
+static const char *tracepremsgs[] = {
     "'",
     "{{",
     "((",
@@ -148,7 +148,7 @@ static char * tracepremsgs[] = {
     "bad code"
 };
 
-static char * tracepostmsgs[] = {
+static const char *tracepostmsgs[] = {
     "'",
     "",
     "))",