On Thursday 31 May 2007 07:19:11 Steve Peters wrote: > Function prototypes in C work much better when they are living in a header > file rather than in .c files. The attached patch below moves the > prototypes generated in the src/ops/*.c files to the header files created > from the *.ops files.
Thanks, applied as r18707. > This change does cause a single new warning to appear, but I'm working > on completing that fix now (that fix will probably mean that g++ will be > compiling Parrot). That could be a tricky change, but it'll be a good one. -- c