Please add a standard header, with license information.
On Feb 11, 2009, at 11:37 PM, tkreuzer(a)svn.reactos.org wrote:
Author: tkreuzer
Date: Wed Feb 11 14:37:25 2009
New Revision: 39558
URL:
http://svn.reactos.org/svn/reactos?rev=39558&view=rev
Log:
Implement hpp - the header preprocessor
It can parse headers and create new headers from them based on a
simple prepreprocessing language that's compatible with the C
preprocessor, so the source file stays a valid header. It works,
but doesn't yet support different folders.
Added:
trunk/reactos/tools/hpp/ (with props)
trunk/reactos/tools/hpp/hpp.c (with props)
trunk/reactos/tools/hpp/hpp.rbuild (with props)
Propchange: trunk/reactos/tools/hpp/
----------------------------------------------------------------------
--------
svn:mergeinfo =
Added: trunk/reactos/tools/hpp/hpp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hpp/
hpp.c?rev=39558&view=auto
======================================================================
========
--- trunk/reactos/tools/hpp/hpp.c (added)
+++ trunk/reactos/tools/hpp/hpp.c [iso-8859-1] Wed Feb 11 14:37:25
2009
@@ -1,0 +1,509 @@
+#include <stdio.h>