]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
cosmetic changes
authorAleksey Demakov <ademakov@gmail.com>
Thu, 30 Apr 2009 03:45:09 +0000 (03:45 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Thu, 30 Apr 2009 03:45:09 +0000 (03:45 +0000)
tools/gen-rules-parser.y
tools/gen-rules-scanner.l

index d95384a7c4ff582b14e2d134439fac1d86ef3f69..dbda4d74c74048045a0064c76793d984e558e53a 100644 (file)
  */
 
 #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 3e99d54da1f8aba12fe383319215a0bfbe881899..34b0173572343b79050a9383ac625428f84bca5d 100644 (file)
 
 #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;