Am 09.07.20 um 19:06 schrieb Sergey Belyashov:
> Imho, permit concatenation with same prefixes (if first of strings is
> prefixed but some other not, permit too), reject if they differs.

The current C standards require allowing conctenation of strings with
the same prefix anyway. And concatenation of prefixed with non-prefixed
strings (no matter in which order they appear).

The only implementation-defined aspect is combining string literals with
different prefixes.

See section 6.4.5 of the C2X draft N2479.

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to