 
#ifndef incsearch_DEFINED
#define incsearch_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from isearch.ch and will be
 * overwritten.  Make changes to isearch.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from isearch.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
/* $Header: /afs/cs.cmu.edu/project/atk-dist/6.2/atk/extensions/RCS/isearch.ch,v 2.6 1991/09/12 19:38:57 bobg R6tape $ */
/* $ACIS:incrsearch.ch 1.2$ */
/* $Source: /afs/cs.cmu.edu/project/atk-dist/6.2/atk/extensions/RCS/isearch.ch,v $ */

#ifndef lint
static char *rcsidincsearch_H = "$Header: /afs/cs.cmu.edu/project/atk-dist/6.2/atk/extensions/RCS/isearch.ch,v 2.6 1991/09/12 19:38:57 bobg R6tape $";
#endif /* lint */






/* 
 * End of information copied from isearch.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* incsearch has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for incsearch 
 */ 
/* incsearch is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for incsearch.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef incsearch_PROGRAMMERVERSION
#define incsearch_PROGRAMMERVERSION 1
#endif /* incsearch_PROGRAMMERVERSION */

#ifdef incsearch_VERSION
#undef incsearch_VERSION
#endif /* incsearch_VERSION */
#define incsearch_VERSION ((((incsearch_PROGRAMMERVERSION << 16) ^ (1 << 8)) & 0x7ffff) + (1 << 20))


#endif /* class_StaticInfoOnly */
#define incsearch_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *incsearch__GetClassInfo(); \
 extern struct classheader *isearch_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, isearch_classheader_StaticExport->name, incsearch__GetClassInfo, NULL, isearch_classheader_StaticExport->namekey); } 
 
#define incsearch_StaticLoad()  \
    { \
    incsearch_StaticLoadOnlyThisClass();  \
    } 
 
#define incsearch_StaticEntry  {incsearch_StaticLoad()} 
 
#define isearch_StaticEntry  {incsearch_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader incsearch_classheader = {
    incsearch_VERSION,
    "incsearch",
    "isearch",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define incsearch_CLASSPROCEDURES (incsearch_classheader.classprocedures)
int isearch_classref_;
#endif /* class_StaticInfoOnly */

#endif /* incsearch_DEFINED */

#if !defined(incsearch_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_incsearch) && !defined(class_StaticEntriesOnly)
#define incsearch_ROUTINESDEFINED


#define incsearch_InitializeClass() \
    (*((boolean (*)()) (incsearch_CLASSPROCEDURES->routines[0])))(&incsearch_classheader)


#endif /* !defined(incsearch_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_incsearch ) && !defined(class_StaticEntriesOnly)*/

