diff options
author | Sven Gothel <[email protected]> | 2015-03-24 03:44:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-24 03:44:24 +0100 |
commit | 88d51db39f3b00df1462eb0a18c1825ae1e86485 (patch) | |
tree | 6ba949ff85c1ff48cedfd866eb0622cafc583f40 /make/stub_includes/gluegen | |
parent | b755b045fb7e3c8306f24dd645297992ab8db7f9 (diff) |
Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: JCPP submodule, build, test and doc)
Diffstat (limited to 'make/stub_includes/gluegen')
-rw-r--r-- | make/stub_includes/gluegen/stdio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/stub_includes/gluegen/stdio.h b/make/stub_includes/gluegen/stdio.h new file mode 100644 index 0000000..13d941e --- /dev/null +++ b/make/stub_includes/gluegen/stdio.h @@ -0,0 +1,7 @@ +#ifndef __stdio_h +#define __stdio_h + +#include <gluegen_types.h> + +#endif /* __stdio_h */ + |