"M. Levinson" <[EMAIL PROTECTED]> writes:

> +static char python_info_box_doc[] = \
> +PYTHON_DOCSTRING("info_box(text[, title]) -> None\n\

The backslash after the equals sign looks unnecessary,
although it shouldn't hurt either.  (I didn't check
whether elinks_maint.py uses it for something.)

> +#ifndef CONFIG_SMALL
> +#define PYTHON_DOCSTRING(str) (str)
> +#else
> +#define PYTHON_DOCSTRING(str) ("")
> +#endif

Please remove the parentheses from the macro.
static char python_info_box_doc[] = (""); is not standard C
and is not accepted by Tiny C Compiler 0.9.23.
(IIRC, the Intel C Compiler was changed to accept it,
for compatibility with source code written for GCC.)

Attachment: pgpSDyya1gRy5.pgp
Description: PGP signature

_______________________________________________
elinks-dev mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to