diff options
author | Dwight <dmerriman@gmail.com> | 2008-12-02 14:24:45 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2008-12-02 14:24:45 -0500 |
commit | 60b769a8cb1eb0dbb4e210ef6cdc5e0bb17fb91e (patch) | |
tree | f45e3eb01fbf91d4d6397258d15ffbcbb0b0c7c4 /pcre-7.4 | |
parent | aa8d238b0f9cbd586cf15af5bfaafc06678165cd (diff) | |
download | mongo-60b769a8cb1eb0dbb4e210ef6cdc5e0bb17fb91e.tar.gz |
replication fixes -- "first: true" support (local.dbinfo.*); clean up class name
Diffstat (limited to 'pcre-7.4')
-rw-r--r-- | pcre-7.4/pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre-7.4/pcre.h b/pcre-7.4/pcre.h index 58a83c369a6..ecc0f8db323 100644 --- a/pcre-7.4/pcre.h +++ b/pcre-7.4/pcre.h @@ -221,7 +221,7 @@ typedef struct pcre_extra { /* The structure for passing out data via the pcre_callout_function. We use a structure so that new fields can be added on the end in future versions, -without changing the API of the function, thereby allowing old clients to work +without changing the API of the function, thereby allowing old databases to work without modification. */ typedef struct pcre_callout_block { |