dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] libjit/tools gen-rules-parser.y gen-rules-scann...


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] libjit/tools gen-rules-parser.y gen-rules-scann...
Date: Thu, 30 Apr 2009 03:45:11 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    libjit
Changes by:     Aleksey Demakov <avd>   09/04/30 03:45:11

Modified files:
        tools          : gen-rules-parser.y gen-rules-scanner.l 

Log message:
        cosmetic changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/tools/gen-rules-parser.y?cvsroot=dotgnu-pnet&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/libjit/tools/gen-rules-scanner.l?cvsroot=dotgnu-pnet&r1=1.8&r2=1.9

Patches:
Index: gen-rules-parser.y
===================================================================
RCS file: /sources/dotgnu-pnet/libjit/tools/gen-rules-parser.y,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gen-rules-parser.y  26 May 2008 19:46:26 -0000      1.19
+++ gen-rules-parser.y  30 Apr 2009 03:45:09 -0000      1.20
@@ -22,15 +22,15 @@
  */
 
 #include <config.h>
-#include <stdio.h>
 #include <ctype.h>
+#include <stdio.h>
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
 #ifdef HAVE_STRING_H
-       #include <string.h>
+# include <string.h>
 #elif defined(HAVE_STRINGS_H)
-       #include <strings.h>
-#endif
-#ifdef HAVE_STDLIB_H
-       #include <stdlib.h>
+# include <strings.h>
 #endif
 
 /*

Index: gen-rules-scanner.l
===================================================================
RCS file: /sources/dotgnu-pnet/libjit/tools/gen-rules-scanner.l,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- gen-rules-scanner.l 26 May 2008 19:46:26 -0000      1.8
+++ gen-rules-scanner.l 30 Apr 2009 03:45:11 -0000      1.9
@@ -23,17 +23,18 @@
 
 #include "gen-rules-parser.h"
 #include <config.h>
-#ifdef HAVE_STRING_H
-       #include <string.h>
-#elif defined(HAVE_STRINGS_H)
-       #include <strings.h>
-#endif
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
-       #include <stdlib.h>
+# include <stdlib.h>
 #endif
+#ifdef HAVE_STRING_H
+# include <string.h>
+#elif defined(HAVE_STRINGS_H)
+# include <strings.h>
+#endif
+
 #ifndef HAVE_UNISTD_H
-       #define YY_NO_UNISTD_H
+# define YY_NO_UNISTD_H
 #endif
 
 extern YYSTYPE yylval;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]