1 #if __STDC__ || defined(__cplusplus)
2 #define P_(s) s
3 #else
4 #define P_(s) ()
5 #endif
6 
7 /* SciPlotUtil.c */
8 Widget SciPlotDialog P_((Widget parent, char *title));
9 void SciPlotDialogPopup P_((Widget w));
10 void SciPlotReadDataFile P_((Widget parent, FILE *fd));
11 
12 #undef P_
13