Hey Jörg

> Any reasons this is not a good idea (TM).

The string syntax allows things such as easily specifying several
libraries to link.  Compare ("-L" "-lfoo -lbar") with (-L -lfoo -lbar).
The latter is an error as it's interpreted as three separate arguments
and the -l<name> invocation syntax has been deprecated.  I'd therefore
vote for keeping the string syntax in any case.

Vasilij

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to