double semikolon in nutmeginfo decl.
This commit is contained in:
parent
7c266142cc
commit
75bb93925a
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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…
Reference in New Issue