On Thu, 2010-01-14 at 15:57 +0800, Jerry Tan wrote: > Hi, all, > > I know that I can use gcc or sunstudio to compile C code which is > generated by valac, > > I just want to know that is there any compiler dependency, > for example, gcc extension, c99 support, > any requirement for gcc version or sunstudio version?
The generated C code should be C89 compliant. Jürg _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
