Some minor annoyances.
Index: jit2h.pl
===================================================================
RCS file: /home/perlcvs/parrot/jit2h.pl,v
retrieving revision 1.17
diff -u -r1.17 jit2h.pl
--- jit2h.pl 4 Mar 2002 03:39:36 -0000 1.17
+++ jit2h.pl 6 Mar 2002 04:57:08 -0000
@@ -79,7 +79,7 @@
/*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
*
- * This file is generated automatically from 'jit/$cpuarch/*.jit'
+ * This file is generated automatically from '*.jit' files in
'jit/$cpuarch/'
* by $0.
*
* Any changes made here will be lost!
Index: include/parrot/rx.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/rx.h,v
retrieving revision 1.16
diff -u -r1.16 rx.h
--- include/parrot/rx.h 4 Mar 2002 03:38:23 -0000 1.16
+++ include/parrot/rx.h 6 Mar 2002 04:57:09 -0000
@@ -52,7 +52,6 @@
STRING *string;
INTVAL index;
INTVAL startindex;
- BOOLVAL success;
rxflags flags;
UINTVAL minlength;
@@ -64,6 +63,8 @@
opcode_t *substfunc;
rxStack stack;
+
+ BOOLVAL success;
} rxinfo;
--
Bryan C. Warnock
[EMAIL PROTECTED]