]> git.saurik.com Git - bison.git/blobdiff - src/complain.c
doc: use @group to improve page breaking
[bison.git] / src / complain.c
index c6e03d51f9503577aa600719e774dbebeb8f578c..5a1b45a43a4a75a7f93dbb92c26077e3046fc45a 100644 (file)
@@ -89,7 +89,7 @@ error_message (const location *loc, warnings flags, const char *prefix,
   unsigned pos = 0;
 
   if (loc)
-    pos += location_print (stderr, *loc);
+    pos += location_print (*loc, stderr);
   else
     pos += fprintf (stderr, "%s", current_file ? current_file : program_name);
   pos += fprintf (stderr, ": ");
@@ -117,7 +117,7 @@ error_message (const location *loc, warnings flags, const char *prefix,
         putc ('\n', stderr);
         fflush (stderr);
         if (loc && feature_flag & feature_caret && !(flags & no_caret))
-          location_caret (stderr, *loc);
+          location_caret (*loc, stderr);
       }
   }
   fflush (stderr);