From 75bb93925af9e5c2cef348f441091dc46fc232e8 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 7 Dec 2008 10:07:35 +0000 Subject: [PATCH] double semikolon in nutmeginfo decl. --- ChangeLog | 6 +++++- src/main.c | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0522afef2..be8f039e9 100644 --- a/ChangeLog +++ b/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 * frontend/spec.c, com_fft.c: free_pnode(first_name); moved further down to allow '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 optional argument. Message in case of tclConfig.sh file not found fixed by sed. diff --git a/src/main.c b/src/main.c index a2a82b35a..81714e669 100644 --- a/src/main.c +++ b/src/main.c @@ -196,13 +196,10 @@ bool ft_nutmeg = FALSE; extern struct comm spcp_coms[ ]; struct comm *cp_coms = spcp_coms; - extern int OUTpBeginPlot(), OUTpData(), OUTwBeginPlot(), OUTwReference(); extern int OUTwData(), OUTwEnd(), OUTendPlot(), OUTbeginDomain(); extern int OUTendDomain(), OUTstopnow(), OUTerror(), OUTattributes(); - - IFfrontEnd nutmeginfo = { IFnewUid, IFdelUid, @@ -219,7 +216,7 @@ IFfrontEnd nutmeginfo = { OUTbeginDomain, OUTendDomain, OUTattributes - };; + }; #else /* SIMULATOR */