Darshit Shah <[email protected]> writes: > In test.c, this patch changes the type of program_argstring to char * > from a const char *. This is because, we use a char * string in the rest > of the program and declare an extern accordingly. Removing the const > type helps in keeping the code cleaner at no extra cost. > ---
shouldn't we rather do the other way around and add "const" where missed? Giuseppe
