I get a warning during the Configure process:

...
Alright, now I'm gonna check some stuff by compiling and running
a small C program.  This could take a bit...
test.c:13:1: warning: no newline at end of file
...

Attached is a trivial patch which adds a newline. 

Leon
-- 
Leon Brocard.............................http://www.astray.com/
Nanoware...............................http://www.nanoware.org/

... Join the Group Mind - become a Borg
Index: test_c.in
===================================================================
RCS file: /home/perlcvs/parrot/test_c.in,v
retrieving revision 1.1
diff -u -u -r1.1 test_c.in
--- test_c.in   2001/09/21 04:45:27     1.1
+++ test_c.in   2001/09/22 13:32:41
@@ -10,4 +10,4 @@
 int main(int argc, char **argv) {
        printf("%d/%d/%d", sizeof(${iv}), sizeof(long), sizeof(${nv}));
        return 0;
-}
\ No newline at end of file
+}

Reply via email to