Patch to fix bugs in pre-Standard modes
Brought to you by:
kmatsui
mcpp V.2.6 and V.2.6.1 have the following bugs in pre-
Standard modes:
1. #else directive gets an error.
2. mcpp-specific directives such as #debug or
#put_defines
gets an error.
The following is the difference file to patch V.2.6.1
sources. Please apply this patch in mcpp-2.6.1/src
directory as:
patch -c < mcpp-2.6.1-patch1.diff
The SVN-repository is just now updated with this patch.
I am sorry for lack of testing in pre-Standard modes.
These bugs are irrelevant with Standard modes.
Patch to fix bugs in pre-Standard modes