problem with preprocessing
Brian Hertz <[email protected]> Mon, 16 Nov 2009 18:51:06 -0700
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
--===============1172411921==
Content-Type: multipart/alternative; boundary=001485f276a409f3500478875c35
--001485f276a409f3500478875c35
Content-Type: text/plain; charset=ISO-8859-1
When running display-ptree on C code I get syntax errors for preprocessor
macros defined over multiple lines. For example this works:
#define MY_MACRO (a + b)
but this does:
#define MY_MACRO (a + \
b)
Am I missing something?
--001485f276a409f3500478875c35
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
When running display-ptree on C code I get syntax errors for preprocessor m=
acros defined over multiple lines.=A0 For example this works:<br><br>#defin=
e MY_MACRO (a + b)<br><br>but this does:<br><br>#define MY_MACRO (a + \<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0 b)<br><br>Am I missing something?<br><br>
--001485f276a409f3500478875c35--
--===============1172411921==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Synopsis-devel mailing list
[email protected]
http://lists.fresco.org/cgi-bin/listinfo/synopsis-devel
--===============1172411921==--