Split the C preprocessor from wrc into a separate library.
commitb7d3c79bebd3083b94c909e5250a2e852031fa45
authorAlexandre Julliard <julliard@winehq.org>
Tue, 16 Jul 2002 02:33:10 +0000 (16 02:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Jul 2002 02:33:10 +0000 (16 02:33 +0000)
treeb0e3648c9ffd2d71f3fda0dc3e82f781e14f87a0
parent757928781e5b73a3bd7dfc4c40a20ab45dd12eb9
Split the C preprocessor from wrc into a separate library.
Prefixed exported functions by 'pp' to avoid namespace conflicts.
18 files changed:
configure
configure.ac
tools/Makefile.in
tools/wpp/.cvsignore [new file with mode: 0644]
tools/wpp/Makefile.in [new file with mode: 0644]
tools/wpp/ppl.l [moved from tools/wrc/ppl.l with 82% similarity]
tools/wpp/ppy.y [moved from tools/wrc/ppy.y with 86% similarity]
tools/wpp/preproc.c [moved from tools/wrc/preproc.c with 55% similarity]
tools/wpp/wpp.c [new file with mode: 0644]
tools/wpp/wpp.h [new file with mode: 0644]
tools/wpp/wpp_private.h [moved from tools/wrc/preproc.h with 67% similarity]
tools/wrc/.cvsignore
tools/wrc/Makefile.in
tools/wrc/parser.l
tools/wrc/parser.y
tools/wrc/utils.c
tools/wrc/utils.h
tools/wrc/wrc.c