regcomp.c: Wrap long comment to 80 columns
authorKarl Williamson <public@khwilliamson.com>
Sun, 29 Apr 2012 15:26:06 +0000 (09:26 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 22 May 2012 14:24:20 +0000 (08:24 -0600)
regcomp.c

index 143f349..10eb495 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -213,7 +213,8 @@ typedef struct RExC_state_t {
 #define        HASWIDTH        0x01    /* Known to match non-null strings. */
 
 /* Simple enough to be STAR/PLUS operand, in an EXACT node must be a single
- * character, and if utf8, must be invariant.  Note that this is not the same thing as REGNODE_SIMPLE */
+ * character, and if utf8, must be invariant.  Note that this is not the same
+ * thing as REGNODE_SIMPLE */
 #define        SIMPLE          0x02
 #define        SPSTART         0x04    /* Starts with * or +. */
 #define TRYAGAIN       0x08    /* Weeded out a declaration. */