On Sun, Oct 17, 2010 at 2:02 PM, Jose Antonio Garcia Peiro <jgpe...@gmail.com> wrote: > || It is possible configure GCL for generate C or C++ code? > > |No. GCL generates K&R-style function prototype declarations instead > |`regular' prototype declarations. > > I am confused. GCL generates C/C++ code or not?(We assume that the K&R-style > is compatible with any C/C++ compiler)
There is no such thing as a C/C++ compiler. You either have a C compiler or you have C++ compiler. A C++ compiler does not accept K&R-style definition; therefore, a C++ compiler cannot be used to build and use GCL. -- Gaby _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel