2002-10-23 Michael Snyder * valops.c (value_of_local): Restore quotes in error message. Index: valops.c =================================================================== RCS file: /cvs/src/src/gdb/valops.c,v retrieving revision 1.76 diff -p -r1.76 valops.c *** valops.c 14 Oct 2002 02:02:42 -0000 1.76 --- valops.c 23 Oct 2002 19:21:12 -0000 *************** value_of_local (const char *name, int co *** 3340,3346 **** if (i <= 0) { if (complain) ! error ("no args, no %s", name); else return 0; } --- 3340,3346 ---- if (i <= 0) { if (complain) ! error ("no args, no '%s'", name); else return 0; }