Change 11418 by nick@camel-linux on 2001/07/20 14:48:12
Subject: [PATCH regcomp.h] adds a comment
From: Abhijit Menon-Sen <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2001 21:05:37 +0530
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/regcomp.h#52 edit
Differences ...
==== //depot/perl/regcomp.h#52 (text) ====
Index: perl/regcomp.h
--- perl/regcomp.h.~1~ Fri Jul 20 09:00:05 2001
+++ perl/regcomp.h Fri Jul 20 09:00:05 2001
@@ -358,6 +358,7 @@
* p - Pad for (?{EVAL} item
* s - swash for unicode-style character class
* 20010712 [EMAIL PROTECTED]
+ * (Remember to update re_dup() and pregfree() if you add any items.)
*/
struct reg_data {
U32 count;
End of Patch.