Skip to content

Commit 5de5bfc

Browse files
authored
Merge pull request #19 from rekmus/nodepp_3_0_1
Node++ 3.0.1
2 parents efc3c24 + 1704772 commit 5de5bfc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/npp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ typedef char bool;
100100
macros
101101
-------------------------------------------------------------------------- */
102102

103-
#define NPP_VERSION "3.0.0"
103+
#define NPP_VERSION "3.0.1"
104104

105105

106106
#ifndef FALSE

lib/npp_lib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,7 @@ const unsigned char *npp_binstr(const unsigned char *data, size_t data_len, cons
11441144
#ifdef NPP_CPP_STRINGS
11451145

11461146
extern "C" {
1147+
extern int G_ci;
11471148
extern char G_tmp[NPP_TMP_BUFSIZE];
11481149
extern bool G_initialized;
11491150
extern char *G_strm;

0 commit comments

Comments
 (0)