Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
355753d9
Commit
355753d9
authored
Oct 18, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed problem with keyword arguments
parent
ccd0ad40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
.../TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
+3
-3
No files found.
lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
View file @
355753d9
...
@@ -313,7 +313,7 @@ PyUnicodeObject *prepareString(PyUnicodeObject *o)
...
@@ -313,7 +313,7 @@ PyUnicodeObject *prepareString(PyUnicodeObject *o)
return
u
;
return
u
;
}
}
static
char
*
splitter_args
[]
=
{
"encoding"
,
NULL
};
static
char
*
splitter_args
[]
=
{
"
doc"
,
"synstop"
,
"
encoding"
,
NULL
};
static
PyObject
*
static
PyObject
*
...
@@ -384,7 +384,7 @@ static char Splitter_module_documentation[] =
...
@@ -384,7 +384,7 @@ static char Splitter_module_documentation[] =
"
\n
"
"
\n
"
"for use in an inverted index
\n
"
"for use in an inverted index
\n
"
"
\n
"
"
\n
"
"$Id: UnicodeSplitter.c,v 1.
6 2001/10/17 19:11:09
andreasjung Exp $
\n
"
"$Id: UnicodeSplitter.c,v 1.
7 2001/10/18 15:56:20
andreasjung Exp $
\n
"
;
;
...
@@ -392,7 +392,7 @@ void
...
@@ -392,7 +392,7 @@ void
initUnicodeSplitter
(
void
)
initUnicodeSplitter
(
void
)
{
{
PyObject
*
m
,
*
d
;
PyObject
*
m
,
*
d
;
char
*
rev
=
"$Revision: 1.
6
$"
;
char
*
rev
=
"$Revision: 1.
7
$"
;
/* Create the module and add the functions */
/* Create the module and add the functions */
m
=
Py_InitModule4
(
"UnicodeSplitter"
,
Splitter_module_methods
,
m
=
Py_InitModule4
(
"UnicodeSplitter"
,
Splitter_module_methods
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment