Browse Source

double semikolon in nutmeginfo decl.

pre-master-46
dwarning 18 years ago
parent
commit
75bb93925a
  1. 6
      ChangeLog
  2. 5
      src/main.c

6
ChangeLog

@ -1,8 +1,12 @@
2008-12-07 Dietmar Warning
* src/main.c: double semikolon in nutmeginfo decl. gives:
"syntax error: empty declaration" under solaris ss12
2008-12-06 Holger Vogt 2008-12-06 Holger Vogt
* frontend/spec.c, com_fft.c: free_pnode(first_name); moved further down to allow * frontend/spec.c, com_fft.c: free_pnode(first_name); moved further down to allow
'fft vout' instead of only 'fft v(vout)' 'fft vout' instead of only 'fft v(vout)'
2008-11-30
2008-11-30 Lionel Sainte Cluque
* configure.in: --with-tcl search path make broader to limit the need of the * configure.in: --with-tcl search path make broader to limit the need of the
optional argument. Message in case of tclConfig.sh file not found optional argument. Message in case of tclConfig.sh file not found
fixed by sed. fixed by sed.

5
src/main.c

@ -196,13 +196,10 @@ bool ft_nutmeg = FALSE;
extern struct comm spcp_coms[ ]; extern struct comm spcp_coms[ ];
struct comm *cp_coms = spcp_coms; struct comm *cp_coms = spcp_coms;
extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference();
extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain();
extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes();
IFfrontEnd nutmeginfo = { IFfrontEnd nutmeginfo = {
IFnewUid, IFnewUid,
IFdelUid, IFdelUid,
@ -219,7 +216,7 @@ IFfrontEnd nutmeginfo = {
OUTbeginDomain, OUTbeginDomain,
OUTendDomain, OUTendDomain,
OUTattributes OUTattributes
};;
};
#else /* SIMULATOR */ #else /* SIMULATOR */

Loading…
Cancel
Save