ast2firm: Implement casting from complex to real types.
[cparser] / preprocessor.c
index c41c22d..9fbf392 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
+ */
 #include <config.h>
 
 #include <assert.h>
@@ -2669,7 +2673,7 @@ static void append_env_paths(searchpath_t *paths, const char *envvar)
                        /* skip : */
                        if (*begin == ':')
                                ++begin;
-               } while(*c != '\0');
+               } while (*c != '\0');
        }
 }