[Pcre-svn] [1484] code/trunk/pcre_compile.c: Comment update.

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1484] code/trunk/pcre_compile.c: Comment update.
Revision: 1484
          http://vcs.pcre.org/viewvc?view=rev&revision=1484
Author:   ph10
Date:     2014-06-17 17:00:15 +0100 (Tue, 17 Jun 2014)


Log Message:
-----------
Comment update.

Modified Paths:
--------------
    code/trunk/pcre_compile.c


Modified: code/trunk/pcre_compile.c
===================================================================
--- code/trunk/pcre_compile.c    2014-06-17 15:48:37 UTC (rev 1483)
+++ code/trunk/pcre_compile.c    2014-06-17 16:00:15 UTC (rev 1484)
@@ -47,8 +47,8 @@
 #endif


 #define NLBLOCK cd             /* Block containing newline information */
-#define PSSTART start_pattern  /* Field containing processed string start */
-#define PSEND   end_pattern    /* Field containing processed string end */
+#define PSSTART start_pattern  /* Field containing pattern start */
+#define PSEND   end_pattern    /* Field containing pattern end */


#include "pcre_internal.h"