This will stop IRIX cc complaint:
cfe: Warning 596: ./docprop.h: 42: text following #endif violates the
ANSI C sta
ndard.
diff -c swish-e-2.1.9/src/docprop.h swish-e-2.1.8/src/doc
prop.h
*** swish-e-2.1.9/src/docprop.h Wed Nov 15 10:41:30 2000
--- swish-e-2.1.8/src/docprop.h Sun Nov 12 12:36:19 2000
***************
*** 39,42 ****
int initSortResultProperties _AP ((struct SWISH *));
struct docPropertyEntry *DupProps _AP ((struct docPropertyEntry *));
! #endif
--- 39,42 ----
int initSortResultProperties _AP ((struct SWISH *));
struct docPropertyEntry *DupProps _AP ((struct docPropertyEntry *));
! #endif _DOCPROP_H_
Received on Wed Nov 15 09:55:31 2000