+ /* On darwin9, we look for "foo" referenced from:\n.*\n */
+ if (strcmp (oldq, "referenced from:") == 0)
+ {
+ /* We have to remember that we found a symbol to tweak. */
+ ok = 1;
+
+ /* We actually want to start from the first word on the line. */
+ oldq = p;
+
+ /* Since the format is multiline, we have to skip the next line. */
+ skip_next_line = 1;
+ }
+