4ca1cddb91
- Rewrite check of 'menubar' feature in x11/rxvt when X11 option is enabled. - Add dep to ALL_TARGET instead of running ${GMAKE} in post-configure. - Add OPTIONS. - Remove BROKEN for amd64 (builds). - Remove BROKEN for ia64 (let's see what happens now). - Add WWW line to pkg-descr. - Added typedef hacks (has a bug that doesn't allow default arguments in function pointers, and also doesn't allow arrays of function pointers) to allow building with GCC > 2.95 (the problems are known, though).
8 lines
305 B
C
8 lines
305 B
C
--- plugins/examples/index2table.h.orig Thu May 23 16:28:24 2002
|
|
+++ plugins/examples/index2table.h Tue Jan 2 00:15:22 2007
|
|
@@ -52,3 +52,5 @@
|
|
return sym;\
|
|
}\
|
|
char *nam##name= initfilter(#nam,&get##nam);
|
|
+
|
|
+typedef Filter * startindex2table_func_t(int fb,int sb,char *opts,ScreenPart *part=NULL);
|