Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/modules/pftijah/tjc tjc_abssyn.c, , 1.2, 1.3 tjc_abssyn.h, , 1.3, 1.4 tjc_scan.l, , 1.1, 1.2

Jan F. (and others), On Thu, Nov 27, 2008 at 10:53:19AM +0000, Jan Flokstra wrote:
this problem is not fixed, yet; Intel's icc did (and still does) complain about the old-style *parameter list*, not about the return-type declaration: ======== /ufs/manegold/_/scratch0/Monet/Testing/Current/source/pathfinder/modules/pftijah/tjc/tjc_abssyn.h(126): error #310: old-style parameter list (anachronism) tjcq_initnode (); ^ /ufs/manegold/_/scratch0/Monet/Testing/Current/source/pathfinder/modules/pftijah/tjc/tjc_abssyn.h(135): error #310: old-style parameter list (anachronism) tjcp_inittree (); ^ compilation aborted for /ufs/manegold/_/scratch0/Monet/Testing/Current/source/pathfinder/modules/pftijah/tjc/tjc_milprint.c (code 2) ======== For your info, fcn_name(); ^^ is "old-style"; "new-style" is fnc_name(void); ^^^^^^ Stefan
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold