home: hub: minipeg

Download patch

ref: ac307d0f4c1208fe9cfe522b4e9164708c366539
parent: fa2e7bdd6a737a9096b296e8351a8d465b796e98
author: Andrew Chambers <ac@acha.ninja>
date: Tue Apr 12 10:48:29 CDT 2022

Remove old comment.

--- a/peg.peg
+++ b/peg.peg
@@ -38,7 +38,6 @@
 # define YY_INPUT(buf, result, max)			\
   {							\
     int c= getc(input);					\
-    /* if ('\n' == c || '\r' == c) ++lineNumber; */	\
     result= (EOF == c) ? 0 : (*(buf)= c, 1);		\
   }