]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
funcArgOrderDifferent
authorgtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 23 Apr 2024 11:48:51 +0000 (14:48 +0300)
committergtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 23 Apr 2024 11:48:51 +0000 (14:48 +0300)
src/nfagraph/ng_util.h

index a2d0d9b7d6644afc86320e6726a43a40ee8d279a..34199773a8ae69a5610c1a99e4dccac21978b08d 100644 (file)
@@ -314,7 +314,7 @@ void duplicateReport(NGHolder &g, ReportID r_old, ReportID r_new);
 
 /** Construct a reversed copy of an arbitrary NGHolder, mapping starts to
  * accepts. */
-void reverseHolder(const NGHolder &g, NGHolder &out);
+void reverseHolder(const NGHolder &g_in, NGHolder &g);
 
 /** \brief Returns the delay or ~0U if the graph cannot match with
  * the trailing literal. */