From 7de0f803d1b59abec2f84bffcd9e374771bb7321 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 27 Apr 2004 17:34:05 +0000 Subject: MFH: Removed C++ style comments. --- ext/notes/php_notes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/notes/php_notes.c') diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 16a459ceb1..aa59b59daf 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -1912,14 +1912,14 @@ PHP_FUNCTION(notes_search) pNoteID = (NOTEID *) (((char *) pSearchResults) + sizeof(FT_SEARCH_RESULTS)); - //pSearchResults->NumHits + /* pSearchResults->NumHits */ array_init(return_value); pScores = (BYTE *) (pNoteID + pSearchResults->NumHits); for (i = 0; i < pSearchResults->NumHits; i++, pNoteID++, pScores++){ add_next_index_long(return_value, (long) *pNoteID ); - //RETVAL_LONG( (long) *pNoteID ); + /* RETVAL_LONG( (long) *pNoteID ); */ } OSUnlockObject (SearchResults_handle); -- cgit v1.2.1