First milestone of replacing the build system.

--HG--
branch : dtrg-buildsystem
rename : lang/cem/cpp.ansi/Parameters => lang/cem/cpp.ansi/parameters.h
This commit is contained in:
David Given
2013-05-12 20:45:55 +01:00
parent bcfb3d802f
commit c1aca7dae5
119 changed files with 1584 additions and 319 deletions

View File

@@ -17,6 +17,7 @@
* Also checks the continuation grammar from the specified grammar.
*/
# include <stdlib.h>
# include "types.h"
# include "extern.h"
# include "sets.h"

View File

@@ -18,6 +18,7 @@
* This file is a mess, it should be cleaned up some time.
*/
#include <stdlib.h>
# include "types.h"
# include "io.h"
# include "extern.h"

View File

@@ -25,6 +25,7 @@
*/
#include <stdlib.h>
# include "types.h"
# include "extern.h"
# include "io.h"