Update of /cvsroot/flexml/flexml/testbed
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22990/testbed
Modified Files:
mixed-enumatt.act mixed-stratt.act mixed1.act
Log Message:
#include <stdio.h> not "stdio.h".
Index: mixed-enumatt.act
===================================================================
RCS file: /cvsroot/flexml/flexml/testbed/mixed-enumatt.act,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mixed-enumatt.act 23 Aug 2006 16:18:43 -0000 1.1
+++ mixed-enumatt.act 24 Aug 2006 20:23:24 -0000 1.2
@@ -2,7 +2,7 @@
<actions>
<top><![CDATA[
-#include "stdio.h"
+#include <stdio.h>
]]></top>
<start tag='reqatt'><![CDATA[
Index: mixed1.act
===================================================================
RCS file: /cvsroot/flexml/flexml/testbed/mixed1.act,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mixed1.act 23 Aug 2006 16:17:50 -0000 1.2
+++ mixed1.act 24 Aug 2006 20:23:24 -0000 1.3
@@ -2,7 +2,7 @@
<actions>
<top><![CDATA[
-#include "stdio.h"
+#include <stdio.h>
]]></top>
<end tag='bar'><![CDATA[
Index: mixed-stratt.act
===================================================================
RCS file: /cvsroot/flexml/flexml/testbed/mixed-stratt.act,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mixed-stratt.act 23 Aug 2006 16:17:50 -0000 1.2
+++ mixed-stratt.act 24 Aug 2006 20:23:24 -0000 1.3
@@ -2,7 +2,7 @@
<actions>
<top><![CDATA[
-#include "stdio.h"
+#include <stdio.h>
]]></top>
<start tag='bar'><![CDATA[
|