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
d7385c2a
Commit
d7385c2a
authored
Sep 08, 2007
by
nikhil n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made changes in Capi for Python2.5
parent
af081802
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
...ex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
+1
-1
lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
.../TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
+1
-1
No files found.
lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
View file @
d7385c2a
...
@@ -100,7 +100,7 @@ Splitter_dealloc(Splitter *self)
...
@@ -100,7 +100,7 @@ Splitter_dealloc(Splitter *self)
{
{
Py_XDECREF
(
self
->
text
);
Py_XDECREF
(
self
->
text
);
Py_XDECREF
(
self
->
synstop
);
Py_XDECREF
(
self
->
synstop
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
int
static
int
...
...
lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
View file @
d7385c2a
...
@@ -56,7 +56,7 @@ Splitter_dealloc(Splitter *self)
...
@@ -56,7 +56,7 @@ Splitter_dealloc(Splitter *self)
{
{
Py_XDECREF
(
self
->
list
);
Py_XDECREF
(
self
->
list
);
Py_XDECREF
(
self
->
synstop
);
Py_XDECREF
(
self
->
synstop
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
int
static
int
...
...
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